Run goimports

This commit is contained in:
c-bata 2018-02-13 23:24:49 +09:00
parent 01c0f0a767
commit 60d120f7b3

@ -33,7 +33,7 @@ func completer(in prompt.Document) []prompt.Suggest {
}
func changeLivePrefix() (string, bool) {
return LivePrefixState.LivePrefix , LivePrefixState.IsEnable
return LivePrefixState.LivePrefix, LivePrefixState.IsEnable
}
func main() {