Skip to content

Commit bb93e47

Browse files
author
Michael Lehenbauer
committed
[AUTOMATED]: Prettier Code Styling
1 parent 8a10e7c commit bb93e47

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

packages/firebase/app/index.d.ts

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,10 @@ declare namespace firebase.auth {
154154
applyActionCode(code: string): Promise<any>;
155155
checkActionCode(code: string): Promise<any>;
156156
confirmPasswordReset(code: string, newPassword: string): Promise<any>;
157-
createUserAndRetrieveDataWithEmailAndPassword(
158-
email: string,
159-
password: string
160-
): Promise<any>;
157+
createUserAndRetrieveDataWithEmailAndPassword(
158+
email: string,
159+
password: string
160+
): Promise<any>;
161161
createUserWithEmailAndPassword(
162162
email: string,
163163
password: string
@@ -202,7 +202,10 @@ declare namespace firebase.auth {
202202
signInWithCustomToken(token: string): Promise<any>;
203203
signInAndRetrieveDataWithCustomToken(token: string): Promise<any>;
204204
signInWithEmailAndPassword(email: string, password: string): Promise<any>;
205-
signInAndRetrieveDataWithEmailAndPassword(email: string, password: string): Promise<any>;
205+
signInAndRetrieveDataWithEmailAndPassword(
206+
email: string,
207+
password: string
208+
): Promise<any>;
206209
signInWithPhoneNumber(
207210
phoneNumber: string,
208211
applicationVerifier: firebase.auth.ApplicationVerifier

0 commit comments

Comments
 (0)