Skip to content

Commit ef71545

Browse files
committed
Fix formatting issues.
1 parent a4e7669 commit ef71545

File tree

1 file changed

+2
-2
lines changed
  • firebase-database/src/main/java/com/google/firebase/database

1 file changed

+2
-2
lines changed

firebase-database/src/main/java/com/google/firebase/database/Query.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ public ChildEventListener addChildEventListener(@NonNull ChildEventListener list
163163
}
164164

165165
/**
166-
* Gets the server values for this query. Updates the cache and raises events if successful. If not
167-
* connected, falls back to a locally-cached value.
166+
* Gets the server values for this query. Updates the cache and raises events if successful. If
167+
* not connected, falls back to a locally-cached value.
168168
*/
169169
@NonNull
170170
public Task<DataSnapshot> get() {

0 commit comments

Comments
 (0)