Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
SoyDiego committed Feb 11, 2024
1 parent 4bf0e9c commit 3eca007
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/timeline/timeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export class Timeline implements AfterContentInit, BlockableUI {

markerTemplate: Nullable<TemplateRef<any>>;

constructor(private el: ElementRef) { }
constructor(private el: ElementRef) {}

getBlockableElement(): HTMLElement {
return this.el.nativeElement.children[0];
Expand Down Expand Up @@ -116,4 +116,4 @@ export class Timeline implements AfterContentInit, BlockableUI {
exports: [Timeline, SharedModule],
declarations: [Timeline]
})
export class TimelineModule { }
export class TimelineModule {}

0 comments on commit 3eca007

Please sign in to comment.