Skip to content

Commit 11bc150

Browse files
committed
format
1 parent c306925 commit 11bc150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/firebaseServerApp.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export class FirebaseServerAppImpl
8282
return this._refCount;
8383
}
8484

85-
incRefCount(obj: object | undefined) : void {
85+
incRefCount(obj: object | undefined): void {
8686
if (this.isDeleted) {
8787
return;
8888
}

0 commit comments

Comments
 (0)