Skip to content

Commit

Permalink
ci: prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
faizanalibugti committed Nov 12, 2023
1 parent b29cef6 commit 744ecd1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ export const Person: Story = {
],
},
},
};
};
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ describe('PageNotFoundComponent', () => {

beforeEach(() => {
TestBed.configureTestingModule({
declarations: [PageNotFoundComponent]
declarations: [PageNotFoundComponent],
});
fixture = TestBed.createComponent(PageNotFoundComponent);
component = fixture.componentInstance;
Expand Down
6 changes: 2 additions & 4 deletions libs/ui/src/lib/page-not-found/page-not-found.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import { Component } from '@angular/core';
@Component({
selector: 'ng-filmpire-page-not-found',
templateUrl: './page-not-found.component.html',
styleUrls: ['./page-not-found.component.scss']
styleUrls: ['./page-not-found.component.scss'],
})
export class PageNotFoundComponent {

}
export class PageNotFoundComponent {}

0 comments on commit 744ecd1

Please sign in to comment.