Skip to content

Commit 1e05d59

Browse files
[AUTOMATED]: Prettier Code Styling
1 parent bbfa750 commit 1e05d59

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/firebase/index.d.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4526,10 +4526,7 @@ declare namespace firebase.database {
45264526
*/
45274527
on(
45284528
eventType: EventType,
4529-
callback: (
4530-
a: firebase.database.DataSnapshot,
4531-
b?: string | null
4532-
) => any,
4529+
callback: (a: firebase.database.DataSnapshot, b?: string | null) => any,
45334530
cancelCallbackOrContext?: Object | null,
45344531
context?: Object | null
45354532
): (a: firebase.database.DataSnapshot | null, b?: string | null) => any;
@@ -4569,7 +4566,10 @@ declare namespace firebase.database {
45694566
*/
45704567
once(
45714568
eventType: EventType,
4572-
successCallback?: (a: firebase.database.DataSnapshot, b?: string | null) => any,
4569+
successCallback?: (
4570+
a: firebase.database.DataSnapshot,
4571+
b?: string | null
4572+
) => any,
45734573
failureCallbackOrContext?: ((a: Error) => void) | Object | null,
45744574
context?: Object | null
45754575
): Promise<firebase.database.DataSnapshot>;

0 commit comments

Comments
 (0)