From 219f1df6e5ec72ac26b348910fef2986dfeb31ec Mon Sep 17 00:00:00 2001 From: finn Date: Mon, 17 Jan 2022 18:16:56 -0800 Subject: [PATCH] gofmt no longer automatic on save... will investigate --- signald/client-protocol/protocol.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/signald/client-protocol/protocol.go b/signald/client-protocol/protocol.go index e625226..1403b18 100644 --- a/signald/client-protocol/protocol.go +++ b/signald/client-protocol/protocol.go @@ -2,7 +2,6 @@ package client_protocol import ( "encoding/json" - ) type BasicResponse struct { @@ -11,5 +10,5 @@ type BasicResponse struct { ErrorType string Error json.RawMessage Data json.RawMessage - Account string -} \ No newline at end of file + Account string +}