Fix indentation

This commit is contained in:
Edgar Tinajero
2021-04-09 12:39:18 -06:00
parent 0b5476a1c8
commit 646fed75a6

View File

@@ -27,7 +27,7 @@ type General struct {
EnableNotifications bool
UseTerminalBell bool
NotificationTimeout int64
BacklogMsgQuantity int
BacklogMsgQuantity int
}
type Keymap struct {
@@ -80,7 +80,7 @@ var Config = IniFile{
EnableNotifications: false,
UseTerminalBell: false,
NotificationTimeout: 60,
BacklogMsgQuantity: 10,
BacklogMsgQuantity: 10,
},
&Keymap{
SwitchPanels: "Tab",