Skip to content

Commit 646fed7

Browse files
committed
Fix indentation
1 parent 0b5476a commit 646fed7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/settings.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ type General struct {
2727
EnableNotifications bool
2828
UseTerminalBell bool
2929
NotificationTimeout int64
30-
BacklogMsgQuantity int
30+
BacklogMsgQuantity int
3131
}
3232

3333
type Keymap struct {
@@ -80,7 +80,7 @@ var Config = IniFile{
8080
EnableNotifications: false,
8181
UseTerminalBell: false,
8282
NotificationTimeout: 60,
83-
BacklogMsgQuantity: 10,
83+
BacklogMsgQuantity: 10,
8484
},
8585
&Keymap{
8686
SwitchPanels: "Tab",

0 commit comments

Comments
 (0)