Skip to content

Commit ab293fd

Browse files
committed
Formatting
1 parent e1b17a5 commit ab293fd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages-exp/auth-exp/src/platform_browser/recaptcha/recaptcha_verifier.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,11 @@ export class RecaptchaVerifier
168168
this.auth,
169169
AuthErrorCode.ARGUMENT_ERROR
170170
);
171-
_assert(typeof document !== 'undefined', this.auth, AuthErrorCode.OPERATION_NOT_SUPPORTED);
171+
_assert(
172+
typeof document !== 'undefined',
173+
this.auth,
174+
AuthErrorCode.OPERATION_NOT_SUPPORTED
175+
);
172176
}
173177

174178
private makeTokenCallback(

0 commit comments

Comments
 (0)