Skip to content

Commit a112c7b

Browse files
committed
Formatting
1 parent 87de6c2 commit a112c7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages-exp/auth-compat-exp/src/phone_auth_provider.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ import { Compat } from '@firebase/util';
2222
import { unwrap } from './wrap';
2323

2424
export class PhoneAuthProvider
25-
implements compat.PhoneAuthProvider, Compat<exp.PhoneAuthProvider> {
25+
implements compat.PhoneAuthProvider, Compat<exp.PhoneAuthProvider>
26+
{
2627
providerId = 'phone';
2728
readonly _delegate: exp.PhoneAuthProvider;
2829

0 commit comments

Comments
 (0)