Remove leading/trailing newlines following whitespace linter recommendation

This commit is contained in:
Arthur Mello
2019-12-05 22:23:35 -03:00
parent de4d50386d
commit f2c7066088
4 changed files with 0 additions and 6 deletions

View File

@@ -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

View File

@@ -128,7 +128,6 @@ func (r LocalPackageWriter) errorIfMissingRequiredAnnotation(nodes []*yaml.RNode
}
func (r LocalPackageWriter) indexByFilePath(nodes []*yaml.RNode) (map[string][]*yaml.RNode, error) {
outputFiles := map[string][]*yaml.RNode{}
for i := range nodes {
// parse the file write path