Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamashou committed Sep 25, 2023
1 parent 2ba6742 commit 0757b30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clientgenv2/source_generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ package clientgenv2
import (
"fmt"
"go/types"
"golang.org/x/text/cases"
"golang.org/x/text/language"
"strings"

"github.com/99designs/gqlgen/codegen/config"
"github.com/99designs/gqlgen/codegen/templates"
"github.com/vektah/gqlparser/v2/ast"
"golang.org/x/text/cases"
"golang.org/x/text/language"
)

type Argument struct {
Expand Down

0 comments on commit 0757b30

Please sign in to comment.