Skip to content

Commit 3b67621

Browse files
authored
Fix trailing space travis failure (#294)
1 parent bc99b95 commit 3b67621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Example/Messaging/App/iOS/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ extension AppDelegate {
141141
func onMessagingDirectChannelStateChanged(_ notification: Notification) {
142142
print("FCM Direct Channel Established: \(Messaging.messaging().isDirectChannelEstablished)")
143143
}
144-
}
144+
}
145145

146146
extension Dictionary {
147147
/// Utility method for printing Dictionaries as pretty-printed JSON.

0 commit comments

Comments
 (0)