mirror of
https://github.com/containers/podman.git
synced 2025-10-29 08:57:26 +08:00
Fix gofmt
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #482 Approved by: baude
This commit is contained in:
@ -166,7 +166,6 @@ func (p *PodmanTest) Podman(args []string) *PodmanSession {
|
||||
return &PodmanSession{session}
|
||||
}
|
||||
|
||||
|
||||
//WaitForContainer waits on a started container
|
||||
func WaitForContainer(p *PodmanTest) bool {
|
||||
for i := 0; i < 10; i++ {
|
||||
|
||||
Reference in New Issue
Block a user