We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcfb6e1 commit e3223cdCopy full SHA for e3223cd
graph.go
@@ -89,7 +89,7 @@ func String(g Iterator) string {
89
})
90
}
91
edges := make([]edge, 0, len(count))
92
- for e, _ := range count {
+ for e := range count {
93
edges = append(edges, e)
94
95
// Sort lexicographically on (v, w, c).
0 commit comments