Skip to content

Commit

Permalink
acme: gofmt code with Go 1.19 gofmt
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
rsc authored and gopherbot committed Aug 17, 2022
1 parent e16148a commit 9a8eadd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions acme/acme.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9a8eadd

Please sign in to comment.