Skip to content

Commit ae6dd26

Browse files
author
Brian Chen
committed
[AUTOMATED]: Prettier Code Styling
1 parent cda459a commit ae6dd26

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

packages/firestore-types/index.d.ts

+11-11
Original file line numberDiff line numberDiff line change
@@ -218,17 +218,17 @@ export class FirebaseFirestore {
218218
app: any;
219219

220220
/**
221-
* Clears the persistent storage.
222-
*
223-
* Must be called while the client is not started (after the app is
224-
* shutdown or when the app is first initialized). On startup, this method
225-
* must be called before other methods (other than settings()). If the
226-
* client is still running, an exception with a code of `failed-precondition`
227-
* will be thrown.
228-
*
229-
* @return A promise that is resolved once the persistent storage has been
230-
* cleared. Otherwise, the promise is rejected with an error.
231-
*/
221+
* Clears the persistent storage.
222+
*
223+
* Must be called while the client is not started (after the app is
224+
* shutdown or when the app is first initialized). On startup, this method
225+
* must be called before other methods (other than settings()). If the
226+
* client is still running, an exception with a code of `failed-precondition`
227+
* will be thrown.
228+
*
229+
* @return A promise that is resolved once the persistent storage has been
230+
* cleared. Otherwise, the promise is rejected with an error.
231+
*/
232232
clearPersistence(): Promise<void>;
233233

234234
/**

0 commit comments

Comments
 (0)