From 7853262a84b1312e29a78708865a28bd41c4cc2f Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Fri, 12 Jan 2018 17:26:36 -0500 Subject: Fix gofmt Signed-off-by: Matthew Heon Closes: #222 Approved by: rhatdan --- libpod/container.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpod') diff --git a/libpod/container.go b/libpod/container.go index 4fa0064c8..2c769b00b 100644 --- a/libpod/container.go +++ b/libpod/container.go @@ -75,7 +75,7 @@ type Container struct { // Locked indicates that a container has been locked as part of a // Batch() operation // Functions called on a locked container will not lock or sync - locked bool + locked bool valid bool lock storage.Locker -- cgit v1.2.3-54-g00ecf