mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
Fix cluster of silly Go nits.
This commit is contained in:
@@ -114,6 +114,6 @@ func tryReadVariableName(input string) (string, bool, int) {
|
||||
// Not the beginning of an expression, ie, an operator
|
||||
// that doesn't begin an expression. Return the operator
|
||||
// and the first rune in the string.
|
||||
return (string(operator) + string(input[0])), false, 1
|
||||
return string(operator) + string(input[0]), false, 1
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user