Merge pull request #280 from monopole/fixntis

Fix some Go nits.
This commit is contained in:
k8s-ci-robot
2018-08-23 10:37:58 -07:00
committed by GitHub
5 changed files with 11 additions and 11 deletions

View File

@@ -272,7 +272,7 @@ func MergeWithOverride(maps ...ResMap) (ResMap, error) {
result[id] = r
}
} else {
return nil, fmt.Errorf("Merge conflict, found multiple objects %v the Resmap %v can merge into", matchedId, id)
return nil, fmt.Errorf("merge conflict, found multiple objects %v the Resmap %v can merge into", matchedId, id)
}
}
}