Skip to content

Commit

Permalink
run gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
kofoworola committed Nov 3, 2023
1 parent 19d5397 commit d3429cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions pkg/graphql/extractor.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package graphql

import (
"bytes"

"github.com/TykTechnologies/graphql-go-tools/pkg/ast"
"github.com/TykTechnologies/graphql-go-tools/pkg/astvisitor"
"github.com/TykTechnologies/graphql-go-tools/pkg/operationreport"
Expand Down
1 change: 0 additions & 1 deletion pkg/graphql/extractor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
)

func TestExtractor_ExtractFieldsFromRequest(t *testing.T) {

schema, err := NewSchemaFromString(testDefinition)
require.NoError(t, err)

Expand Down

0 comments on commit d3429cf

Please sign in to comment.