Skip to content

Commit e90c2bd

Browse files
committed
chore: linting
1 parent 8413368 commit e90c2bd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/fpnv/fpnv-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ export interface FpnvToken {
3535
[key: string]: any;
3636
}
3737

38-
export {FpnvErrorCode, FirebasePnvError, ErrorInfo} from '../utils/error';
38+
export { FpnvErrorCode, FirebasePnvError, ErrorInfo } from '../utils/error';
3939

src/fpnv/fpnv.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import {
2828
export class Fpnv {
2929
private readonly app_: App;
3030

31-
protected readonly fpnvVerifier: FirebasePhoneNumberTokenVerifier;
31+
protected readonly fpnvVerifier: FirebasePhoneNumberTokenVerifier;
3232

3333
constructor(app: App) {
3434

src/fpnv/token-verifier.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
import { App } from '../app';
1919
import { FpnvErrorCode, FirebasePnvError, ErrorInfo } from '../utils/error';
20-
import { FpnvToken} from './fpnv-api';
20+
import { FpnvToken } from './fpnv-api';
2121
import * as util from '../utils/index';
2222
import * as validator from '../utils/validator';
2323
import {

0 commit comments

Comments
 (0)