From 334ebd6ee6322cef796cfa0be86743df4c83e9ff Mon Sep 17 00:00:00 2001 From: Rekby Date: Mon, 11 Apr 2016 07:27:12 +0300 Subject: [PATCH] gofmt --- acme/jws.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/acme/jws.go b/acme/jws.go index 928e277c..1fc9eaba 100644 --- a/acme/jws.go +++ b/acme/jws.go @@ -9,8 +9,8 @@ import ( "fmt" "net/http" - "gopkg.in/square/go-jose.v1" "errors" + "gopkg.in/square/go-jose.v1" "time" ) @@ -110,8 +110,8 @@ func (j *jws) Nonce() (string, error) { // get nonce ok and can continue break } - if(i < TRY_COUNT -1) { - time.Sleep(RETRY_PAUSE); + if i < TRY_COUNT-1 { + time.Sleep(RETRY_PAUSE) } } }