mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
Merge pull request #28610 from vieux/fix_gofmt
fix gofmt in master Upstream-commit: 697b6b504aab534bcbb7b448a695c3b64bf41793 Component: engine
This commit is contained in:
@@ -142,7 +142,7 @@ func (s *VolumeStore) Purge(name string) {
|
||||
type VolumeStore struct {
|
||||
// locks ensures that only one action is being performed on a particular volume at a time without locking the entire store
|
||||
// since actions on volumes can be quite slow, this ensures the store is free to handle requests for other volumes.
|
||||
locks *locker.Locker
|
||||
locks *locker.Locker
|
||||
// globalLock is used to protect access to mutable structures used by the store object
|
||||
globalLock sync.RWMutex
|
||||
// names stores the volume name -> volume relationship.
|
||||
|
||||
Reference in New Issue
Block a user