Skip to content

Commit 8861203

Browse files
Update error.ts
1 parent 7bb7c6c commit 8861203

File tree

1 file changed

+3
-2
lines changed
  • packages/storage/src/implementation

1 file changed

+3
-2
lines changed

packages/storage/src/implementation/error.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import { FirebaseError } from '@firebase/util';
2-
31
/**
42
* @license
53
* Copyright 2017 Google LLC
@@ -16,6 +14,9 @@ import { FirebaseError } from '@firebase/util';
1614
* See the License for the specific language governing permissions and
1715
* limitations under the License.
1816
*/
17+
18+
import { FirebaseError } from '@firebase/util';
19+
1920
import { CONFIG_STORAGE_BUCKET_KEY } from './constants';
2021

2122
/**

0 commit comments

Comments
 (0)