Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit b7d6ace

Browse files
committed
(chore): More spacing
1 parent d206f03 commit b7d6ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase.ios.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,7 @@ firebase.login = function (arg) {
11791179
arg.customOptions.tokenProviderFn()
11801180
.then(
11811181
function (token) {
1182-
fAuth.signInWithCustomTokenCompletion(token, onCompletion);
1182+
fAuth.signInWithCustomTokenCompletion(token, onCompletion);
11831183
},
11841184
function (error) {
11851185
reject(error);

0 commit comments

Comments
 (0)