mirror of
https://github.com/go-acme/lego.git
synced 2025-03-30 01:26:15 +02:00
gofmt
This commit is contained in:
parent
7557681b06
commit
334ebd6ee6
@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user