Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamashou committed Apr 23, 2024
1 parent 0c38ee2 commit d4cb58d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 4 additions & 3 deletions clientv2/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,16 @@ import (
"encoding/json"
"errors"
"fmt"
"github.com/99designs/gqlgen/graphql"
"github.com/Yamashou/gqlgenc/graphqljson"
"github.com/vektah/gqlparser/v2/gqlerror"
"io"
"mime/multipart"
"net/http"
"reflect"
"strconv"
"strings"

"github.com/99designs/gqlgen/graphql"
"github.com/Yamashou/gqlgenc/graphqljson"
"github.com/vektah/gqlparser/v2/gqlerror"
)

type GQLRequestInfo struct {
Expand Down
1 change: 0 additions & 1 deletion clientv2/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,6 @@ func TestMarshalJSONValueType(t *testing.T) {
if !cmp.Equal(tt.want, got) {
t.Errorf("MarshalJSON() = %v, want %v", got, tt.want)
}

})
}
}
Expand Down

0 comments on commit d4cb58d

Please sign in to comment.