Fix gofmt

Signed-off-by: Matthew Heon <matthew.heon@gmail.com>

Closes: #229
Approved by: rhatdan
This commit is contained in:
Matthew Heon 2018-01-16 14:29:51 -05:00 committed by Atomic Bot
parent ff77941a31
commit 8745eaaf30

View file

@ -341,7 +341,7 @@ func (c *Container) Dependencies() []string {
}
depends := make([]string, 0, len(dependsCtrs))
for ctr, _ := range dependsCtrs {
for ctr := range dependsCtrs {
depends = append(depends, ctr)
}