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

@ -21,11 +21,11 @@ const (
)
type Term struct {
client service.Client
prompt string
line *liner.State
conf *config.Config
dumb bool
client service.Client
prompt string
line *liner.State
conf *config.Config
dumb bool
InitFile string
}