Skip to content

Commit b188eae

Browse files
Remove empty line
1 parent b863ed2 commit b188eae

File tree

1 file changed

+0
-1
lines changed
  • firebase-firestore/src/main/java/com/google/firebase/firestore/remote

1 file changed

+0
-1
lines changed

firebase-firestore/src/main/java/com/google/firebase/firestore/remote/RemoteStore.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,6 @@ private void handleWriteStreamClose(Status status) {
677677

678678
private void handleWriteHandshakeError(Status status) {
679679
hardAssert(!status.isOk(), "Handling write error with status OK.");
680-
681680
// Reset the token if it's a permanent error, signaling the write stream is no longer valid.
682681
// Note that the handshake does not count as a write: see comments on isPermanentWriteError for
683682
// details.

0 commit comments

Comments
 (0)