Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed May 8, 2024
1 parent 14afb20 commit a9e7ab0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions FirebaseDatabase/Sources/Realtime/FWebSocketConnection.m
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@ - (instancetype)initWith:(FRepoInfo *)repoInfo
object:nil
queue:opQueue
usingBlock:^(NSNotification *_Nonnull note) {
FFLog(
@"I-RDB083015",
@"Received notification that application will resign, "
@"closing web socket.");
FFLog(@"I-RDB083015",
@"Received notification that application "
@"will resign, "
@"closing web socket.");
[self onClosed];
}];
}
Expand Down

0 comments on commit a9e7ab0

Please sign in to comment.