Skip to content

Commit c680314

Browse files
Format
1 parent d6bea74 commit c680314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-database/src/main/java/com/google/firebase/database/android/AndroidAuthTokenProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ public void removeTokenChangeListener(TokenChangeListener tokenListener) {
7979

8080
private static boolean isUnauthenticatedUsage(Exception e) {
8181
return e instanceof FirebaseApiNotAvailableException
82-
|| e instanceof FirebaseNoSignedInUserException;
82+
|| e instanceof FirebaseNoSignedInUserException;
8383
}
8484
}

0 commit comments

Comments
 (0)