Skip to content

Commit a2eb6da

Browse files
committed
format
1 parent 9758b8e commit a2eb6da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/test/unit/util/misc.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ describe('FieldMask', () => {
5555
});
5656

5757
class StringPair {
58-
constructor(public s1: string, public s2: string) {}
58+
constructor(readonly s1: string, readonly s2: string) {}
5959
}
6060

6161
class StringPairGenerator {

0 commit comments

Comments
 (0)