@@ -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 {
The note is not visible to the blocked user.