robot: Make linter happy

This commit is contained in:
Ettore Di Giacinto
2022-07-25 22:26:10 +00:00
committed by Itxaka
parent 1a12a26876
commit b62a3fc892
21 changed files with 156 additions and 116 deletions

View File

@@ -84,5 +84,5 @@ func dotToYAML(v map[string]interface{}) ([]byte, error) {
if err != nil {
errs = multierror.Append(errs, err)
}
return out, err
return out, errs
}