diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-02-17 20:57:08 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-02-17 20:57:08 -0800 |
| commit | 3575d41009e4367658e75e6ae780c6260b80daf9 (patch) | |
| tree | bc3330e274901d782395b7396cb54d7cc42608b1 /weed/topology/node.go | |
| parent | 6daa932f5c1571cc60cf89014cf17810d756dd6b (diff) | |
| download | seaweedfs-3575d41009e4367658e75e6ae780c6260b80daf9.tar.xz seaweedfs-3575d41009e4367658e75e6ae780c6260b80daf9.zip | |
go fmt
Diffstat (limited to 'weed/topology/node.go')
| -rw-r--r-- | weed/topology/node.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/topology/node.go b/weed/topology/node.go index f9ac890ef..95d63972e 100644 --- a/weed/topology/node.go +++ b/weed/topology/node.go @@ -39,7 +39,7 @@ type NodeImpl struct { diskUsages *DiskUsages id NodeId parent Node - sync.RWMutex // lock children + sync.RWMutex // lock children children map[NodeId]Node maxVolumeId needle.VolumeId |
