diff --git a/src/app/components/timeline/timeline.ts b/src/app/components/timeline/timeline.ts index 9fc5b114761..3ffd0af0f83 100755 --- a/src/app/components/timeline/timeline.ts +++ b/src/app/components/timeline/timeline.ts @@ -86,7 +86,7 @@ export class Timeline implements AfterContentInit, BlockableUI { markerTemplate: Nullable>; - constructor(private el: ElementRef) { } + constructor(private el: ElementRef) {} getBlockableElement(): HTMLElement { return this.el.nativeElement.children[0]; @@ -116,4 +116,4 @@ export class Timeline implements AfterContentInit, BlockableUI { exports: [Timeline, SharedModule], declarations: [Timeline] }) -export class TimelineModule { } +export class TimelineModule {}