Formatting cleanup

This commit is contained in:
Gregory Rudolph
2019-10-04 13:13:21 -04:00
parent 71e0596f96
commit 5068fd62e1

View File

@ -39,7 +39,7 @@ func main() {
if len(os.Args) > 1 { if len(os.Args) > 1 {
os.Args[0] = "join" os.Args[0] = "join"
RunCommand(os.Args...) RunCommand(os.Args...)
} }
if err := initKeybindings(); err != nil { if err := initKeybindings(); err != nil {
log.Printf("%+v", err) log.Printf("%+v", err)