Fixed formatting

This commit is contained in:
Tim Peoples 2017-11-05 11:28:54 -08:00
parent 94eba18f8c
commit 11970bde78
2 changed files with 6 additions and 6 deletions

View file

@ -140,7 +140,7 @@ type Command struct {
commandsAreSorted bool commandsAreSorted bool
// commandCalledAs is the name or alias value used to call this command. // commandCalledAs is the name or alias value used to call this command.
commandCalledAs struct { commandCalledAs struct {
name string name string
called bool called bool
} }

View file

@ -526,11 +526,11 @@ func TestUpdateName(t *testing.T) {
} }
type calledAsTestcase struct { type calledAsTestcase struct {
args []string args []string
call string call string
want string want string
epm bool epm bool
tc bool tc bool
} }
func (tc *calledAsTestcase) test(t *testing.T) { func (tc *calledAsTestcase) test(t *testing.T) {