Skip to content

Commit

Permalink
pkggraph: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
egonelbre committed Dec 29, 2020
1 parent 2e7be3c commit 434e803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkggraph/graph.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type Node struct {
// Stats about the current node.
stat.Stat
// Stats about upstream nodes.
Up stat.Stat
Up stat.Stat
// Stats about downstream nodes.
Down stat.Stat

Expand Down

0 comments on commit 434e803

Please sign in to comment.