Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
milaGGL committed Feb 20, 2025
1 parent 9758b8e commit a2eb6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/firestore/test/unit/util/misc.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ describe('FieldMask', () => {
});

class StringPair {
constructor(public s1: string, public s2: string) {}
constructor(readonly s1: string, readonly s2: string) {}
}

class StringPairGenerator {
Expand Down

0 comments on commit a2eb6da

Please sign in to comment.