🎨 Use single-line to save doc sort conf

This commit is contained in:
Daniel 2023-07-15 23:01:47 +08:00
parent ab705cc5f8
commit 12cd152a6f
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 4 additions and 4 deletions

View file

@ -211,7 +211,7 @@ func ParseAttributeView(avID string) (ret *AttributeView, err error) {
}
func SaveAttributeView(av *AttributeView) (err error) {
data, err := gulu.JSON.MarshalIndentJSON(av, "", "\t")
data, err := gulu.JSON.MarshalIndentJSON(av, "", "\t") // TODO: single-line for production
if nil != err {
logging.LogErrorf("marshal attribute view [%s] failed: %s", av.ID, err)
return