Skip to content

Commit 41a3991

Browse files
committed
Ran formatter
1 parent bd67510 commit 41a3991

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/firebase/compat/index.d.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6022,20 +6022,20 @@ declare namespace firebase.database {
60226022
* INTERNAL methods for internal-use only (tests, etc.).
60236023
*
60246024
* @const
6025-
*/
6025+
*/
60266026
INTERNAL: {
60276027
/**
60286028
* Deletes a database
60296029
*/
6030-
delete: () => Promise<void>,
6030+
delete: () => Promise<void>;
60316031
/**
60326032
* Force the use of websockets instead of longPolling.
60336033
*/
6034-
forceWebSockets: () => void,
6034+
forceWebSockets: () => void;
60356035
/**
60366036
* Force the use of longPolling instead of websockets. This will be ignored if websocket protocol is used in databaseURL.
60376037
*/
6038-
forceLongPolling: () => void
6038+
forceLongPolling: () => void;
60396039
};
60406040
/**
60416041
* Modify this instance to communicate with the Realtime Database emulator.

0 commit comments

Comments
 (0)