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
// commandCalledAs is the name or alias value used to call this command.
commandCalledAs struct {
name string
name string
called bool
}

View file

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