Skip to content

Commit 1a1dc4e

Browse files
format fix
1 parent 658437b commit 1a1dc4e

File tree

1 file changed

+4
-1
lines changed
  • packages/firebase_data_connect/firebase_data_connect/example/integration_test

1 file changed

+4
-1
lines changed

packages/firebase_data_connect/firebase_data_connect/example/integration_test/listen_e2e.dart

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,10 @@ void runListenTests() {
6464
.ref()
6565
.execute();
6666

67-
await MoviesConnector.instance.listMovies().ref().execute(fetchPolicy: QueryFetchPolicy.serverOnly);
67+
await MoviesConnector.instance
68+
.listMovies()
69+
.ref()
70+
.execute(fetchPolicy: QueryFetchPolicy.serverOnly);
6871

6972
// Wait for the listener to receive the movie update
7073
final bool hasListenerReceived = await hasBeenListened.future;

0 commit comments

Comments
 (0)