mirror of
https://github.com/containers/podman.git
synced 2025-06-06 15:00:40 +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
|
// Locked indicates that a container has been locked as part of a
|
||||||
// Batch() operation
|
// Batch() operation
|
||||||
// Functions called on a locked container will not lock or sync
|
// Functions called on a locked container will not lock or sync
|
||||||
locked bool
|
locked bool
|
||||||
|
|
||||||
valid bool
|
valid bool
|
||||||
lock storage.Locker
|
lock storage.Locker
|
||||||
|
Reference in New Issue
Block a user