Skip to content

Commit

Permalink
Merge pull request #797 from muesli/format-fixes
Browse files Browse the repository at this point in the history
Format import order using goimports
  • Loading branch information
vektah authored Aug 7, 2019
2 parents f2825e0 + bd598c2 commit 8302463
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion codegen/testserver/thirdparty.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ package testserver

import (
"fmt"
"github.com/99designs/gqlgen/graphql"
"io"
"strconv"

"github.com/99designs/gqlgen/graphql"
)

type ThirdParty struct {
Expand Down

0 comments on commit 8302463

Please sign in to comment.