Skip to content

Commit

Permalink
Fix missing gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-purcell authored and AWoloszyn committed Aug 1, 2018
1 parent 78d387b commit 28806b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gapit/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ type (
Count int `help:"number of frames after Start to capture: -1 for all frames"`
Minimum int `help:"_return error when less than this number of frames is found"`
}
NoOpt bool `help:"disables optimization of the replay stream"`
NoOpt bool `help:"disables optimization of the replay stream"`
CommandFilterFlags
}
DumpShadersFlags struct {
Expand Down

0 comments on commit 28806b1

Please sign in to comment.