diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2019-04-29 20:37:31 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-29 20:37:31 -0700 |
| commit | ac52db3bedbba647cb4531444e16914e6d17b06a (patch) | |
| tree | eda72514de5aa891a7db569c4f8cc213ccb8f94e /weed/topology/node.go | |
| parent | 82e06a780bb12adc47d6036067164c2fd02a25c4 (diff) | |
| parent | 8b51c16e2c7b73a571c04cc43cba78b54841dd12 (diff) | |
| download | seaweedfs-ac52db3bedbba647cb4531444e16914e6d17b06a.tar.xz seaweedfs-ac52db3bedbba647cb4531444e16914e6d17b06a.zip | |
Merge pull request #948 from Wine93/style
Style
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 |
