Skip to content

Commit 0abec27

Browse files
Lint
1 parent 3cd5c63 commit 0abec27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/src/api/blob.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export class Blob extends Compat<Bytes> {
6262
return this._delegate.toUint8Array();
6363
}
6464

65-
isEqual(other: Blob) : boolean {
65+
isEqual(other: Blob): boolean {
6666
return this._delegate.isEqual(other._delegate);
6767
}
6868

0 commit comments

Comments
 (0)