diff options
| author | Russ Cox <rsc@golang.org> | 2022-08-16 10:48:38 -0400 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2022-08-17 20:11:39 +0000 |
| commit | bc19a97f63c84bfb02ed9bb14fb0f8f6bec9a964 (patch) | |
| tree | 52365b4018f2f3c2ad5574c3c878f11ca74aff1d | |
| parent | 04dced17f71c03d747bac91c3b2623de124f1e75 (diff) | |
| download | go-x-crypto-bc19a97f63c84bfb02ed9bb14fb0f8f6bec9a964.tar.xz | |
acme: gofmt code with Go 1.19 gofmt
Change-Id: Ib0fd6fcfa358df2bdb820a512b73e7cdb34120f8
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/424174
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Russ Cox <rsc@golang.org>
Reviewed-by: Roland Shoemaker <roland@golang.org>
| -rw-r--r-- | acme/acme.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/acme/acme.go b/acme/acme.go index df57430..7f1cd80 100644 --- a/acme/acme.go +++ b/acme/acme.go @@ -310,9 +310,9 @@ func (c *Client) UpdateReg(ctx context.Context, acct *Account) (*Account, error) // On success client's Key is updated which is not concurrency safe. // On failure an error will be returned. // The new key is already registered with the ACME provider if the following is true: -// - error is of type acme.Error -// - StatusCode should be 409 (Conflict) -// - Location header will have the KID of the associated account +// - error is of type acme.Error +// - StatusCode should be 409 (Conflict) +// - Location header will have the KID of the associated account // // More about account key rollover can be found at // https://tools.ietf.org/html/rfc8555#section-7.3.5. |
