Skip to content

Commit

Permalink
Code format
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Nov 24, 2023
1 parent 97cca49 commit 00be8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/showcase/layout/doc/app.docsection.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import { Doc } from 'src/app/showcase/domain/doc';
</section>
</ng-container>
`,
changeDetection: ChangeDetectionStrategy.OnPush,
changeDetection: ChangeDetectionStrategy.OnPush
})
export class AppDocSectionsComponent {
@Input() docs!: Doc[];
Expand Down

1 comment on commit 00be8c8

@vercel
Copy link

@vercel vercel bot commented on 00be8c8 Nov 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.