Skip to content

Commit

Permalink
run gofmt on file
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Coffman <steve@khanacademy.org>
  • Loading branch information
StevenACoffman committed Jan 14, 2022
1 parent 8959eb5 commit 71e41cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codegen/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func (d *Data) Directives() DirectiveList {
func BuildData(cfg *config.Config) (*Data, error) {
// We reload all packages to allow packages to be compared correctly.
cfg.ReloadAllPackages()

b := builder{
Config: cfg,
Schema: cfg.Schema,
Expand Down

0 comments on commit 71e41cd

Please sign in to comment.