mirror of
				https://github.com/containers/podman.git
				synced 2025-10-31 10:00:01 +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
	 Matthew Heon
					Matthew Heon