Skip to content

Commit a9e7ab0

Browse files
committed
style
1 parent 14afb20 commit a9e7ab0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

FirebaseDatabase/Sources/Realtime/FWebSocketConnection.m

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,10 @@ - (instancetype)initWith:(FRepoInfo *)repoInfo
132132
object:nil
133133
queue:opQueue
134134
usingBlock:^(NSNotification *_Nonnull note) {
135-
FFLog(
136-
@"I-RDB083015",
137-
@"Received notification that application will resign, "
138-
@"closing web socket.");
135+
FFLog(@"I-RDB083015",
136+
@"Received notification that application "
137+
@"will resign, "
138+
@"closing web socket.");
139139
[self onClosed];
140140
}];
141141
}

0 commit comments

Comments
 (0)