Skip to content

Commit 555f64c

Browse files
committed
feat(google-maps): Add MapPolyline component
Fix lint error due to exceeding line length limit.
1 parent 3488a67 commit 555f64c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/google-maps/map-polyline/map-polyline.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ describe('MapPolyline', () => {
8787
createPolylineConstructorSpy(polylineSpy).and.callThrough();
8888

8989
const fixture = TestBed.createComponent(TestApp);
90-
const polylineComponent =
91-
fixture.debugElement.query(By.directive(MapPolyline))!.injector.get<MapPolyline>(MapPolyline);
90+
const polylineComponent = fixture.debugElement.query(By.directive(
91+
MapPolyline))!.injector.get<MapPolyline>(MapPolyline);
9292
fixture.detectChanges();
9393

9494
polylineSpy.getDraggable.and.returnValue(true);

0 commit comments

Comments
 (0)