Skip to content

Commit 383cbce

Browse files
allisonbm92schmidt-sebastian
authored andcommitted
Fix FirebaseFirestore formatting. (#556)
1 parent d02620b commit 383cbce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

firebase-firestore/src/main/java/com/google/firebase/firestore/FirebaseFirestore.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,8 +381,8 @@ public static void setLoggingEnabled(boolean loggingEnabled) {
381381
* <p>Must be called while the FirebaseFirestore instance is not started (after the app is
382382
* shutdown or when the app is first initialized). On startup, this method must be called before
383383
* other methods (other than <code>setFirestoreSettings()</code>). If the FirebaseFirestore
384-
* instance is still running, the <code>Task</code> will fail with an error code of
385-
* <code>FAILED_PRECONDITION</code>.
384+
* instance is still running, the <code>Task</code> will fail with an error code of <code>
385+
* FAILED_PRECONDITION</code>.
386386
*
387387
* <p>Note: <code>clearPersistence()</code> is primarily intended to help write reliable tests
388388
* that use Cloud Firestore. It uses an efficient mechanism for dropping existing data but does

0 commit comments

Comments
 (0)