Skip to content

Commit 5c92c06

Browse files
crisbetommalerba
authored andcommitted
build: api golden check failure (#17632)
Fixes the API golden check failing in master.
1 parent 59d3984 commit 5c92c06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/public_api_guard/google-maps/google-maps.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export declare class MapInfoWindow implements OnInit, OnDestroy {
6161
position: google.maps.LatLngLiteral | google.maps.LatLng;
6262
positionChanged: EventEmitter<void>;
6363
zindexChanged: EventEmitter<void>;
64-
constructor(googleMap: GoogleMap, _elementRef: ElementRef<HTMLElement>);
64+
constructor(_googleMap: GoogleMap, _elementRef: ElementRef<HTMLElement>);
6565
close(): void;
6666
getContent(): string | Node;
6767
getPosition(): google.maps.LatLng | null;
@@ -101,7 +101,7 @@ export declare class MapMarker implements OnInit, OnDestroy {
101101
titleChanged: EventEmitter<void>;
102102
visibleChanged: EventEmitter<void>;
103103
zindexChanged: EventEmitter<void>;
104-
constructor(googleMap: GoogleMap);
104+
constructor(_googleMap: GoogleMap);
105105
getAnimation(): google.maps.Animation | null;
106106
getClickable(): boolean;
107107
getCursor(): string | null;

0 commit comments

Comments
 (0)