Skip to content

Commit f9c21e9

Browse files
committed
Format
1 parent e49308d commit f9c21e9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/auth/src/platform_browser/recaptcha/recaptcha.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ import {
2020
GetRecaptchaConfigResponse,
2121
RecaptchaEnforcementState
2222
} from '../../api/authentication/recaptcha';
23-
import {
24-
EnforcementState,
25-
_parseEnforcementState
26-
} from '../../api/index';
23+
import { EnforcementState, _parseEnforcementState } from '../../api/index';
2724

2825
// reCAPTCHA v2 interface
2926
export interface Recaptcha {

0 commit comments

Comments
 (0)