mirror of https://github.com/containers/podman.git
Fix gofmt
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #222 Approved by: rhatdan
This commit is contained in:
parent
3ab8eb2e9b
commit
7853262a84
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue