forked from TrueCloudLab/lego
gofmt
This commit is contained in:
parent
7557681b06
commit
334ebd6ee6
1 changed files with 3 additions and 3 deletions
|
@ -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…
Reference in a new issue