Skip to content
Snippets Groups Projects
Commit d51fe3b2 authored by Luca Moser's avatar Luca Moser
Browse files

fmts gossip pkg

parent b1bd4df6
Branches
Tags
No related merge requests found
...@@ -155,7 +155,6 @@ func (m *Manager) getNeighbors(ids ...peer.ID) []*Neighbor { ...@@ -155,7 +155,6 @@ func (m *Manager) getNeighbors(ids ...peer.ID) []*Neighbor {
return m.GetAllNeighbors() return m.GetAllNeighbors()
} }
func (m *Manager) getNeighborsById(ids []peer.ID) []*Neighbor { func (m *Manager) getNeighborsById(ids []peer.ID) []*Neighbor {
result := make([]*Neighbor, 0, len(ids)) result := make([]*Neighbor, 0, len(ids))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment