aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example/Messaging
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2017-09-20 14:14:39 -0700
committerGravatar GitHub <noreply@github.com>2017-09-20 14:14:39 -0700
commit3b6762135a420623175367abfe37a522f4428189 (patch)
treec3d6f269bf4a71a4a9b553d9229b87795c64695a /Example/Messaging
parentbc99b959e6e593adc3ec324c145c80c8f17934e7 (diff)
Fix trailing space travis failure (#294)
Diffstat (limited to 'Example/Messaging')
-rw-r--r--Example/Messaging/App/iOS/AppDelegate.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Example/Messaging/App/iOS/AppDelegate.swift b/Example/Messaging/App/iOS/AppDelegate.swift
index 6d47ded..aafd844 100644
--- a/Example/Messaging/App/iOS/AppDelegate.swift
+++ b/Example/Messaging/App/iOS/AppDelegate.swift
@@ -141,7 +141,7 @@ extension AppDelegate {
func onMessagingDirectChannelStateChanged(_ notification: Notification) {
print("FCM Direct Channel Established: \(Messaging.messaging().isDirectChannelEstablished)")
}
-}
+}
extension Dictionary {
/// Utility method for printing Dictionaries as pretty-printed JSON.