Skip to content

Commit 597a520

Browse files
committed
Lint
1 parent e669195 commit 597a520

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

topology/topology.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ func (t *TopologyProvider) NetworkTopology(hash string) (*NetworkTopology, error
111111
}
112112

113113
func ProcessRawTopology(rawTopology *RawTopology) (*NetworkTopology, error) {
114-
115114
var peers []*peer.AddrInfo
116115
for _, p := range rawTopology.Peers {
117116
fmt.Println(p)

0 commit comments

Comments
 (0)