Skip to content

Commit

Permalink
style: format code with Go fmt and Gofumpt
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in d8cf84a according to the output
from Go fmt and Gofumpt.

Details: None
  • Loading branch information
deepsource-autofix[bot] authored Jan 24, 2024
1 parent d8cf84a commit 68f61e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gin/jose_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ func TestCustomHeaderName(t *testing.T) {
if body := w.Body.String(); body != "" {
t.Errorf("unexpected body: %s", body)
}
}
}

func TestTokenSigner_error(t *testing.T) {
ts := TokenSigner(
Expand Down
2 changes: 1 addition & 1 deletion mux/jose_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ import (
"strings"
"testing"

jose "github.com/krakendio/krakend-jose/v2"
"github.com/luraproject/lura/v2/logging"
"github.com/luraproject/lura/v2/proxy"
muxlura "github.com/luraproject/lura/v2/router/mux"
jose "github.com/krakendio/krakend-jose/v2"
)

func TestTokenSignatureValidator(t *testing.T) {
Expand Down

0 comments on commit 68f61e0

Please sign in to comment.