Skip to content

Commit bc19a97

Browse files
rscgopherbot
authored andcommitted
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>
1 parent 04dced1 commit bc19a97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

acme/acme.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -310,9 +310,9 @@ func (c *Client) UpdateReg(ctx context.Context, acct *Account) (*Account, error)
310310
// On success client's Key is updated which is not concurrency safe.
311311
// On failure an error will be returned.
312312
// The new key is already registered with the ACME provider if the following is true:
313-
// - error is of type acme.Error
314-
// - StatusCode should be 409 (Conflict)
315-
// - Location header will have the KID of the associated account
313+
// - error is of type acme.Error
314+
// - StatusCode should be 409 (Conflict)
315+
// - Location header will have the KID of the associated account
316316
//
317317
// More about account key rollover can be found at
318318
// https://tools.ietf.org/html/rfc8555#section-7.3.5.

0 commit comments

Comments
 (0)