Skip to content

Commit e1b2d2b

Browse files
committed
[AUTOMATED]: Prettier Code Styling
1 parent c77018d commit e1b2d2b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/messaging/test/index.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ import { expect } from 'chai';
1818
import { sandbox, SinonSandbox, SinonStub } from 'sinon';
1919

2020
import { FirebaseApp } from '@firebase/app-types';
21-
import {
22-
_FirebaseNamespace,
23-
} from '@firebase/app-types/private';
21+
import { _FirebaseNamespace } from '@firebase/app-types/private';
2422

2523
import { MessagingServiceFactory, registerMessaging } from '../index';
2624
import { ERROR_CODES } from '../src/models/errors';

0 commit comments

Comments
 (0)