Skip to content

Commit

Permalink
Format import order using goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Jul 19, 2019
1 parent 373359d commit bd598c2
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 bd598c2

Please sign in to comment.