From 0dde7ddfc58c8a92512ddae0961fb76d510da504 Mon Sep 17 00:00:00 2001 From: Nathan Youngman <4566+nathany@users.noreply.github.com> Date: Fri, 11 Oct 2019 17:17:04 -0600 Subject: [PATCH] readme: fix indent --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f6cf84..ba43d54 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ headers := &push.Headers{ ID: "922D9F1F-B82E-B337-EDC9-DB4FC8527676", Expiration: time.Now().Add(time.Hour), LowPriority: true, - Type: push.Alert, + Type: push.Alert, } id, err := service.Push(deviceToken, headers, b)