Skip to content

Commit de1653f

Browse files
committed
Formatting
1 parent 1aad6fe commit de1653f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages-exp/auth-exp/src/core/providers/google.test.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@
1717

1818
import { expect } from 'chai';
1919

20-
import { OperationType, ProviderId, SignInMethod } from '@firebase/auth-types-exp';
20+
import {
21+
OperationType,
22+
ProviderId,
23+
SignInMethod
24+
} from '@firebase/auth-types-exp';
2125

2226
import { TEST_ID_TOKEN_RESPONSE } from '../../../test/helpers/id_token_response';
2327
import { testUser } from '../../../test/helpers/mock_auth';

0 commit comments

Comments
 (0)