Skip to content

Commit

Permalink
fix(build): Remove improper char
Browse files Browse the repository at this point in the history
  • Loading branch information
davideast committed Jan 6, 2017
1 parent da501f5 commit 8bd3a44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/storage/FirebaseStorageDirective.js
@@ -1,4 +1,4 @@
/* istanbul ignore next */g
/* istanbul ignore next */
(function () {
"use strict";

Expand Down
2 changes: 1 addition & 1 deletion tests/initialize.js
Expand Up @@ -13,4 +13,4 @@ try {
firebase.initializeApp(config);
} catch (err) {
console.log('Failed to initialize the Firebase SDK [web]:', err);
}
}

0 comments on commit 8bd3a44

Please sign in to comment.