Skip to content

Commit

Permalink
Merge pull request #130 from krakend/deepsource-transform-94d4b8ba
Browse files Browse the repository at this point in the history
style: format code with Go fmt and Gofumpt
  • Loading branch information
kpacha committed Jan 24, 2024
2 parents 9d87c6f + 68f61e0 commit 5d6d11c
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 5d6d11c

Please sign in to comment.