mirror of
https://github.com/containers/podman.git
synced 2025-10-30 01:17:00 +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}
|
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++ {
|
||||||
|
|||||||
Reference in New Issue
Block a user