diff options
| author | Wine93 <wine93.info@gmail.com> | 2019-04-30 03:22:19 +0000 |
|---|---|---|
| committer | Wine93 <wine93.info@gmail.com> | 2019-04-30 03:22:19 +0000 |
| commit | 32f93fb09e76cc89c14b33bb049f8427f99baa9e (patch) | |
| tree | b404567dcb1812b49d46c3cc56bedbb7512fcc23 /weed/topology/node.go | |
| parent | 82e06a780bb12adc47d6036067164c2fd02a25c4 (diff) | |
| download | seaweedfs-32f93fb09e76cc89c14b33bb049f8427f99baa9e.tar.xz seaweedfs-32f93fb09e76cc89c14b33bb049f8427f99baa9e.zip | |
style: go fmt for all
Diffstat (limited to 'weed/topology/node.go')
| -rw-r--r-- | weed/topology/node.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/topology/node.go b/weed/topology/node.go index a115c8480..d1f539506 100644 --- a/weed/topology/node.go +++ b/weed/topology/node.go @@ -46,8 +46,8 @@ type NodeImpl struct { maxVolumeCount int64 parent Node sync.RWMutex // lock children - children map[NodeId]Node - maxVolumeId needle.VolumeId + children map[NodeId]Node + maxVolumeId needle.VolumeId //for rack, data center, topology nodeType string |
