From a3cfb5dd9ab5fb94a2eddc7de9db210e91b83b87 Mon Sep 17 00:00:00 2001 From: Masaya Hayashi Date: Wed, 15 May 2019 13:15:15 +0900 Subject: [PATCH] fix: gofmt --- client.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client.go b/client.go index 8711c78..292f8e9 100644 --- a/client.go +++ b/client.go @@ -4,9 +4,9 @@ import "net/http" // Client provides methods to use DeviceCheck API type Client struct { - api api + api api cred Credential - jwt jwt + jwt jwt } // New returns a new DeviceCheck API client instance