From a3bca52f513c4f0cf06fe59f9328c152fe0333d6 Mon Sep 17 00:00:00 2001 From: Evgeny Danienko <6655321@bk.ru> Date: Sun, 22 Oct 2017 15:53:24 +0300 Subject: [PATCH] Fmt --- geth/notification/fcm/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geth/notification/fcm/client.go b/geth/notification/fcm/client.go index 00a46879f..bc2ae434b 100644 --- a/geth/notification/fcm/client.go +++ b/geth/notification/fcm/client.go @@ -7,4 +7,4 @@ type firebaseClient interface { NewFcmRegIdsMsg(tokens []string, body interface{}) *fcm.FcmClient Send() (*fcm.FcmResponseStatus, error) SetNotificationPayload(payload *fcm.NotificationPayload) *fcm.FcmClient -} \ No newline at end of file +}