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

Commit 272b812

Browse files
author
Mane In Fresh
committed
Remove incorect comment
1 parent 74215e1 commit 272b812

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmd/dep/graphviz.go

+1-2
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)