aboutsummaryrefslogtreecommitdiff
path: root/weed/topology/topology.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/topology/topology.go')
-rw-r--r--weed/topology/topology.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/weed/topology/topology.go b/weed/topology/topology.go
index 7cbf80b4d..eff8c99a0 100644
--- a/weed/topology/topology.go
+++ b/weed/topology/topology.go
@@ -34,7 +34,6 @@ type Topology struct {
Configuration *Configuration
RaftServer raft.Server
-
}
func NewTopology(id string, seq sequence.Sequencer, volumeSizeLimit uint64, pulse int) *Topology {