Skip to content

Commit 35c5f94

Browse files
committed
Fixing indent in user_config.go
1 parent 01f0efb commit 35c5f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/user_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ type GuiConfig struct {
5151
CommandLogSize int `yaml:"commandLogSize"`
5252
SplitDiff string `yaml:"splitDiff"`
5353
SkipRewordInEditorWarning bool `yaml:"skipRewordInEditorWarning"`
54-
WindowSize string `yaml:"windowSize"`
54+
WindowSize string `yaml:"windowSize"`
5555
}
5656

5757
type ThemeConfig struct {

0 commit comments

Comments
 (0)