Skip to content

Commit

Permalink
Add missing whitespace in DOT output
Browse files Browse the repository at this point in the history
  • Loading branch information
SSoelvsten committed Jan 5, 2024
1 parent cab3590 commit ed5a0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adiar/internal/algorithms/dot.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ namespace adiar::internal
out << "\tn" << node.uid()._raw
<< " -> "
<< "n" << node.high()._raw
<< "[style=solid];" << "\n";
<< " [style=solid];" << "\n";
}

out << "\n" << "\t// Ranks" << "\n";
Expand Down

0 comments on commit ed5a0ca

Please sign in to comment.