Skip to content

Commit eed0c8a

Browse files
committed
Formatting
1 parent 1d89482 commit eed0c8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages-exp/auth-exp/src/core/auth/auth_impl.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,8 @@ describe('core/auth/auth_impl useEmulator', () => {
467467
toJSON: (): object => ({ foo: 'bar' })
468468
} as unknown) as User;
469469
expect(JSON.stringify(auth)).to.eq(
470-
'{"apiKey":"test-api-key","authDomain":"localhost",' + '"appName":"test-app","currentUser":{"foo":"bar"}}'
470+
'{"apiKey":"test-api-key","authDomain":"localhost",' +
471+
'"appName":"test-app","currentUser":{"foo":"bar"}}'
471472
);
472473
});
473474
});

0 commit comments

Comments
 (0)