Make gofmt -s pass (#355)

This commit is contained in:
Ben Gadbois 2016-10-25 18:28:26 -07:00 committed by Chris Broadfoot
parent 856b96dcb4
commit 6e91dded25

View file

@ -146,8 +146,7 @@ func TestInitHelpFlagMergesFlags(t *testing.T) {
cmd.initHelpFlag()
actual := cmd.Flags().Lookup("help").Usage
if actual != usage {
t.Fatalf("Expected the help flag from the base command with usage '%s', " +
"but got the default with usage '%s'", usage, actual)
t.Fatalf("Expected the help flag from the base command with usage '%s', but got the default with usage '%s'", usage, actual)
}
}