Skip to content

Commit aaed170

Browse files
authored
Fix trailing space travis failure (firebase#294)
1 parent 4799980 commit aaed170

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)