Skip to content

Commit

Permalink
Fixing lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Hahn committed Mar 20, 2019
1 parent 7fe2207 commit 8c976b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/etcd_service_discovery.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func NewEtcdServiceDiscovery(
config: config,
running: false,
server: server,
serverMapByType: make(map[string]map[string]*Server, 0),
serverMapByType: make(map[string]map[string]*Server),
listeners: make([]SDListener, 0),
stopChan: make(chan bool),
stopLeaseChan: make(chan bool),
Expand Down

0 comments on commit 8c976b9

Please sign in to comment.