From 35c5f940a421b4b85918e005fbcc4290e7cc8c5b Mon Sep 17 00:00:00 2001 From: Phanindra kumar Paladi Date: Wed, 1 Feb 2023 09:50:37 +0530 Subject: [PATCH] Fixing indent in user_config.go --- pkg/config/user_config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/config/user_config.go b/pkg/config/user_config.go index 5395cc256..c0b9a1468 100644 --- a/pkg/config/user_config.go +++ b/pkg/config/user_config.go @@ -51,7 +51,7 @@ type GuiConfig struct { CommandLogSize int `yaml:"commandLogSize"` SplitDiff string `yaml:"splitDiff"` SkipRewordInEditorWarning bool `yaml:"skipRewordInEditorWarning"` - WindowSize string `yaml:"windowSize"` + WindowSize string `yaml:"windowSize"` } type ThemeConfig struct {