Skip to content

Commit e5c16a2

Browse files
committed
lint
1 parent 12737ff commit e5c16a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/ngx-globe.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ export class NgxGlobeComponent implements AfterViewInit, OnDestroy {
9898
this.initGlobe();
9999

100100
this.intersectionObserver = new IntersectionObserver(([entry]) => {
101-
this.renderContents(entry.isIntersecting)
102-
})
101+
this.renderContents(entry.isIntersecting);
102+
});
103103
this.intersectionObserver.observe(this.globeCanvas.nativeElement);
104104
}
105105

0 commit comments

Comments
 (0)