From 112e1402c9e2ee29a387cd84a973471c1888e4b9 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Wed, 10 Oct 2018 15:06:08 -0400 Subject: [PATCH] Fix gofmt Signed-off-by: Matthew Heon --- libpod/options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libpod/options.go b/libpod/options.go index 6a8529b8b6..9f966ceada 100644 --- a/libpod/options.go +++ b/libpod/options.go @@ -835,7 +835,7 @@ func WithNetNS(portMappings []ocicni.PortMapping, postConfigureNetNS bool, netwo // specified. func WithStaticIP(ip net.IP) CtrCreateOption { return func(ctr *Container) error { - if ctr.valid { + if ctr.valid { return ErrCtrFinalized }