Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
scottjab committed Nov 3, 2016
1 parent 3a0ab9b commit 7908efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion partitions.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,9 @@ func (p *partitions) getPeers(partition int) []string {

// Append old peers to peer list, in case of Zookeeper issues.
for _, oldPeer := range p.old {

peers = append(peers, oldPeer[partition]...)
}

return peers
}

Expand Down

0 comments on commit 7908efa

Please sign in to comment.