Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacov committed Feb 21, 2020
1 parent c389905 commit 5f86033
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified img/example_g.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/example_h.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion v5/pkg/walkers/graphviz/walk.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func Walk(in string, n tsl.Node, nodeID string) (out string, err error) {
// Add leaf label and value.
nodeLabel := fmt.Sprintf("%s [%s label=\"%s | %v\" ]",
nodeID,
numberStyle,
dateStyle,
n.Func,
n.Left)
out = fmt.Sprintf("%s%s", in, nodeLabel)
Expand Down

0 comments on commit 5f86033

Please sign in to comment.