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"
|
"fmt"
|
||||||
"net/http"
|
"net/http"
|
||||||
|
|
||||||
"gopkg.in/square/go-jose.v1"
|
|
||||||
"errors"
|
"errors"
|
||||||
|
"gopkg.in/square/go-jose.v1"
|
||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -110,8 +110,8 @@ func (j *jws) Nonce() (string, error) {
|
||||||
// get nonce ok and can continue
|
// get nonce ok and can continue
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
if(i < TRY_COUNT -1) {
|
if i < TRY_COUNT-1 {
|
||||||
time.Sleep(RETRY_PAUSE);
|
time.Sleep(RETRY_PAUSE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue