mirror of
https://codeberg.org/scip/esctl.git
synced 2026-08-24 03:24:19 +02:00
satisfy linter
This commit is contained in:
@@ -280,6 +280,7 @@ func prettyfiJson(conf *cfg.Config, raw []byte) (string, error) {
|
||||
|
||||
err := json.Indent(&pretty, raw, "", "\t")
|
||||
if err != nil {
|
||||
//nolint:nilerr
|
||||
return string(raw), nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user