Skip to content

Commit

Permalink
👕 fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
bannzai committed Jan 12, 2022
1 parent 0ca785d commit 6dc86e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ func Analyzer(excludes string) *gqlanalysis.Analyzer {
}

func run(excludes string) func(pass *gqlanalysis.Pass) (interface{}, error) {

return func(pass *gqlanalysis.Pass) (interface{}, error) {
allTypes := map[string]*ast.Definition{}
for _, def := range pass.Schema.Types {
Expand Down

0 comments on commit 6dc86e4

Please sign in to comment.