Skip to content

Commit 56dc53f

Browse files
committed
[AUTOMATED]: Prettier Code Styling
1 parent 5ad7d60 commit 56dc53f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages-exp/auth-exp/test/mock_auth.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,9 @@ export const mockAuth: Auth = {
3434
};
3535

3636
export function testUser(uid: string): User {
37-
return new UserImpl({uid, auth: mockAuth, stsTokenManager: new StsTokenManager()});
37+
return new UserImpl({
38+
uid,
39+
auth: mockAuth,
40+
stsTokenManager: new StsTokenManager()
41+
});
3842
}

0 commit comments

Comments
 (0)