1
0
mirror of https://github.com/Rudi9719/kbtui.git synced 2026-03-22 08:47:24 +00:00

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 {
os.Args[0] = "join"
RunCommand(os.Args...)
}
if err := initKeybindings(); err != nil {
log.Printf("%+v", err)