Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9f348d5

Browse files
committed
fix gofmt in master
Signed-off-by: Victor Vieux <[email protected]>
1 parent 8851e6b commit 9f348d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

volume/store/store.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ func (s *VolumeStore) Purge(name string) {
142142
type VolumeStore struct {
143143
// locks ensures that only one action is being performed on a particular volume at a time without locking the entire store
144144
// since actions on volumes can be quite slow, this ensures the store is free to handle requests for other volumes.
145-
locks *locker.Locker
145+
locks *locker.Locker
146146
// globalLock is used to protect access to mutable structures used by the store object
147147
globalLock sync.RWMutex
148148
// names stores the volume name -> volume relationship.

0 commit comments

Comments
 (0)