all: Run go fmt across all files

This commit is contained in:
Derek Parker
2015-10-04 10:58:32 -07:00
parent 8c01bcc34d
commit c6b5609f77
3 changed files with 10 additions and 10 deletions

View File

@ -41,9 +41,9 @@ func (c command) match(cmdstr string) bool {
}
type Commands struct {
cmds []command
lastCmd cmdfunc
client service.Client
cmds []command
lastCmd cmdfunc
client service.Client
}
// Returns a Commands struct with default commands defined.