Skip to content

Commit 9eedf81

Browse files
committed
Fixed formattign
1 parent 1095d7b commit 9eedf81

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

packages/storage/src/public-types.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,7 @@
1717

1818
// eslint-disable-next-line import/no-extraneous-dependencies
1919
import { FirebaseApp, _FirebaseService } from '@firebase/app';
20-
import {
21-
CompleteFn,
22-
NextFn,
23-
Subscribe,
24-
Unsubscribe
25-
} from '@firebase/util';
20+
import { CompleteFn, NextFn, Subscribe, Unsubscribe } from '@firebase/util';
2621
import { StorageError } from './implementation/error';
2722

2823
export { StorageError } from './implementation/error';
@@ -251,7 +246,6 @@ export type TaskEvent = 'state_changed';
251246
*/
252247
export type TaskState = 'running' | 'paused' | 'success' | 'canceled' | 'error';
253248

254-
255249
/**
256250
* A stream observer for Firebase Storage.
257251
* @public

0 commit comments

Comments
 (0)