From 7c51fa05a298ae69acb0fa8481e6fa76fceb75f4 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Mon, 19 Feb 2018 17:53:49 -0500 Subject: Fix gofmt Signed-off-by: Matthew Heon Closes: #361 Approved by: rhatdan --- libpod/pod.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpod/pod.go') diff --git a/libpod/pod.go b/libpod/pod.go index 1e224b251..b97ef0d1a 100644 --- a/libpod/pod.go +++ b/libpod/pod.go @@ -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 { -- cgit v1.2.3-54-g00ecf