Skip to content

Commit

Permalink
white space commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pveber committed Jan 28, 2019
1 parent cec869a commit 56d6ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/dot_output.ml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ let dot_output ?db oc g ~needed =
| List _ -> [ label "list" u ; `Shape `Plaintext ]
| Glob _ -> [ label "glob" u ; `Shape `Plaintext ]
| Eval_path _ -> [ label "path" u ; `Shape `Plaintext ]
| List_nth l -> [ label (sprintf "list_nth_%d" l.index) u ; `Shape `Plaintext ]
| List_nth l -> [ label (sprintf "list_nth_%d" l.index) u ; `Shape `Plaintext ]
in
let edge_attributes e =
let u = G.E.src e and v = G.E.dst e in
Expand Down

0 comments on commit 56d6ddd

Please sign in to comment.