satisfy linter

This commit is contained in:
2026-07-10 13:32:09 +02:00
parent 6134fcfd22
commit 9e27fd4348

View File

@@ -280,6 +280,7 @@ func prettyfiJson(conf *cfg.Config, raw []byte) (string, error) {
err := json.Indent(&pretty, raw, "", "\t") err := json.Indent(&pretty, raw, "", "\t")
if err != nil { if err != nil {
//nolint:nilerr
return string(raw), nil return string(raw), nil
} }