mirror of
https://github.com/containers/podman.git
synced 2025-07-24 16:04:50 +08:00
Fix gofmt
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #361 Approved by: rhatdan
This commit is contained in:
@ -111,7 +111,7 @@ func (p *Pod) Start() error {
|
||||
|
||||
// TODO remove this when we patch conmon to support restarting containers
|
||||
if ctr.state.State == ContainerStateStopped {
|
||||
continue;
|
||||
continue
|
||||
}
|
||||
|
||||
if err := ctr.runtime.ociRuntime.startContainer(ctr); err != nil {
|
||||
|
Reference in New Issue
Block a user