diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-01-12 17:26:36 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-01-14 12:27:33 +0000 |
commit | 7853262a84b1312e29a78708865a28bd41c4cc2f (patch) | |
tree | b10c6db321033f87514f6139711a3a5b9d223bee /libpod | |
parent | 3ab8eb2e9b4a760b89a7e7ff417b0b6e30f738aa (diff) | |
download | podman-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
Diffstat (limited to 'libpod')
-rw-r--r-- | libpod/container.go | 2 |
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 |