summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-01-12 17:26:36 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2018-01-14 12:27:33 +0000
commit7853262a84b1312e29a78708865a28bd41c4cc2f (patch)
treeb10c6db321033f87514f6139711a3a5b9d223bee
parent3ab8eb2e9b4a760b89a7e7ff417b0b6e30f738aa (diff)
downloadpodman-7853262a84b1312e29a78708865a28bd41c4cc2f.tar.gz
podman-7853262a84b1312e29a78708865a28bd41c4cc2f.tar.bz2
podman-7853262a84b1312e29a78708865a28bd41c4cc2f.zip
Fix gofmt
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #222 Approved by: rhatdan
-rw-r--r--libpod/container.go2
1 files changed, 1 insertions, 1 deletions
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