forked from toolshed/abra
Appease formatter
This commit is contained in:
@ -206,7 +206,7 @@ func LintForErrors(recipe recipe.Recipe) error {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (len(errors) > 0) {
|
if len(errors) > 0 {
|
||||||
return fmt.Errorf("recipe '%s' failed lint checks:\n"+errors[1:], recipe.Name)
|
return fmt.Errorf("recipe '%s' failed lint checks:\n"+errors[1:], recipe.Name)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user