Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 8bd3a44

Browse files
committed
fix(build): Remove improper char
1 parent da501f5 commit 8bd3a44

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/storage/FirebaseStorageDirective.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* istanbul ignore next */g
1+
/* istanbul ignore next */
22
(function () {
33
"use strict";
44

tests/initialize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ try {
1313
firebase.initializeApp(config);
1414
} catch (err) {
1515
console.log('Failed to initialize the Firebase SDK [web]:', err);
16-
}
16+
}

0 commit comments

Comments
 (0)