Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit 20fcfef

Browse files
committed
Remove incorect comment
1 parent 5d3174f commit 20fcfef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmd/dep/graphviz.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ func (g graphviz) output() bytes.Buffer {
3737
for _, gvp := range g.ps {
3838
g.h[gvp.project] = gvp.hash()
3939

40-
// Create name boxes, and name them using hashes
41-
// to avoid encoding name conflicts
40+
// Create node string
4241
g.b.WriteString(fmt.Sprintf("%d [label=\"%s\"];", gvp.hash(), gvp.label()))
4342
}
4443

0 commit comments

Comments
 (0)