Fix gofmt

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

Closes: #482
Approved by: baude
This commit is contained in:
Matthew Heon
2018-03-15 11:25:45 -04:00
committed by Atomic Bot
parent 8d7dc94a27
commit 525d023c89

View File

@ -166,7 +166,6 @@ func (p *PodmanTest) Podman(args []string) *PodmanSession {
return &PodmanSession{session} return &PodmanSession{session}
} }
//WaitForContainer waits on a started container //WaitForContainer waits on a started container
func WaitForContainer(p *PodmanTest) bool { func WaitForContainer(p *PodmanTest) bool {
for i := 0; i < 10; i++ { for i := 0; i < 10; i++ {