Skip to content

Commit

Permalink
Revert "break the line down"
Browse files Browse the repository at this point in the history
This reverts commit 4814a84.
  • Loading branch information
howardtw committed Sep 14, 2023
1 parent 4814a84 commit f96d62f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions exp/services/recoverysigner/internal/serve/serve_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ func TestGetHandlerDeps(t *testing.T) {
opts := Options{
Logger: supportlog.DefaultLogger,
SigningKeys: signingKey,
SEP10JWKS: `{"keys":[{"kty":"EC","crv":"P-256","alg":"ES256",` +
`"x":"i8chX_7Slm4VQ_Y6XBWVBnxIO5-XSWH1GJsXWNkal3E","y":"G22r0OgrcQnkfCAqsS6wvtHgR0SbfvXNJy6-jJfvc94"}]}`,
SEP10JWKS: `{"keys":[{"kty":"EC","crv":"P-256","alg":"ES256","x":"i8chX_7Slm4VQ_Y6XBWVBnxIO5-XSWH1GJsXWNkal3E","y":"G22r0OgrcQnkfCAqsS6wvtHgR0SbfvXNJy6-jJfvc94"}]}`,

Check failure on line 21 in exp/services/recoverysigner/internal/serve/serve_test.go

View workflow job for this annotation

GitHub Actions / golangci

line is 169 characters (lll)
}

sep10JWKS := jose.JSONWebKeySet{}
Expand Down

0 comments on commit f96d62f

Please sign in to comment.