From c956bf8d27de07e130a114abf0304bc57f7ff675 Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Wed, 9 Oct 2019 13:15:08 -0700 Subject: [PATCH] spacing --- api/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/client.go b/api/client.go index b58786366..82c72d9e1 100644 --- a/api/client.go +++ b/api/client.go @@ -73,8 +73,8 @@ func graphQL(query string, variables map[string]string, v interface{}) error { if err != nil { return err } - debugResponse(resp, string(body)) + debugResponse(resp, string(body)) return handleResponse(resp, body, v) }