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