0
0
forked from toolshed/abra

Appease formatter

This commit is contained in:
3wc
2025-08-12 13:13:40 +01:00
committed by 3wordchant
parent 7add56df00
commit 032fe99086

View File

@ -206,8 +206,8 @@ func LintForErrors(recipe recipe.Recipe) error {
}
}
if (len(errors) > 0) {
return fmt.Errorf("recipe '%s' failed lint checks:\n" + errors[1:], recipe.Name)
if len(errors) > 0 {
return fmt.Errorf("recipe '%s' failed lint checks:\n"+errors[1:], recipe.Name)
}
log.Debugf("linting successful, %s is well configured", recipe.Name)