Skip to content

Commit 8140dbd

Browse files
committed
update name
1 parent dfd10c0 commit 8140dbd

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

packages-exp/installations-compat/src/installationsCompat.ts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,9 @@ import {
2828
} from '@firebase/installations-exp';
2929

3030
export class InstallationsCompat
31-
implements FirebaseInstallationsCompat, _FirebaseService {
32-
constructor(
33-
public app: FirebaseApp,
34-
readonly _delegate: Installations
35-
) {}
31+
implements FirebaseInstallationsCompat, _FirebaseService
32+
{
33+
constructor(public app: FirebaseApp, readonly _delegate: Installations) {}
3634

3735
getId(): Promise<string> {
3836
return getId(this._delegate);

0 commit comments

Comments
 (0)