mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
Remove leading/trailing newlines following whitespace linter recommendation
This commit is contained in:
@@ -133,7 +133,6 @@ func (c *ContainerFilter) getArgs() []string {
|
||||
args = append(args, "-e", strings.Split(pair, "=")[0])
|
||||
}
|
||||
return append(args, c.Image)
|
||||
|
||||
}
|
||||
|
||||
// getCommand returns a command which will apply the GrepFilter using the container image
|
||||
|
||||
Reference in New Issue
Block a user