mirror of
https://github.com/containers/podman.git
synced 2025-07-04 01:48:28 +08:00
Fix gofmt
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #229 Approved by: rhatdan
This commit is contained in:
@ -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)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user