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

Commit

Permalink
Remove incorect comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhymond committed Mar 12, 2017
1 parent 5d3174f commit 20fcfef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/dep/graphviz.go
Expand Up @@ -37,8 +37,7 @@ func (g graphviz) output() bytes.Buffer {
for _, gvp := range g.ps {
g.h[gvp.project] = gvp.hash()

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

Expand Down

0 comments on commit 20fcfef

Please sign in to comment.