Skip to content

Commit ed369d3

Browse files
chore: format
1 parent e4f8a09 commit ed369d3

File tree

1 file changed

+1
-1
lines changed
  • packages/firebase_database/firebase_database_web/lib/src

1 file changed

+1
-1
lines changed

packages/firebase_database/firebase_database_web/lib/src/query_web.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class QueryWeb extends QueryPlatform {
126126
database_interop.Query instance = _getQueryDelegateInstance(modifiers);
127127
final appName =
128128
_database.app != null ? _database.app!.name : Firebase.app().name;
129-
129+
130130
// Purely for unsubscribing purposes in debug mode on "hot restart"
131131
// if not running in debug mode, hashCode won't be used
132132
String hashCode = _createHashCode(modifiers, eventType, appName);

0 commit comments

Comments
 (0)