Fix gofmt

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

Closes: #361
Approved by: rhatdan
This commit is contained in:
Matthew Heon
2018-02-19 17:53:49 -05:00
committed by Atomic Bot
parent 0838c2b984
commit 7c51fa05a2

View File

@ -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 {