This commit is contained in:
shoopea
2024-11-17 16:41:46 +01:00
parent 6fcf8b421c
commit 86da86684b
2 changed files with 5 additions and 5 deletions

View File

@@ -195,7 +195,7 @@ func (c *Config) Save() error {
return err
}
r := pretty.Pretty(b)
r := pretty.PrettyOptions(b, &pretty.Options{Indent: " "})
f, err := os.Create(*cfgFile)
if err != nil {