From bc19a97f63c84bfb02ed9bb14fb0f8f6bec9a964 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Tue, 16 Aug 2022 10:48:38 -0400 Subject: 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 TryBot-Result: Gopher Robot Auto-Submit: Russ Cox Reviewed-by: Roland Shoemaker --- acme/acme.go | 6 +++--- 1 file 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. -- cgit v1.3