mirror of
https://github.com/containers/podman.git
synced 2025-05-28 13:40:33 +08:00
Fix gofmt
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #222 Approved by: rhatdan
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user