Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Dany Doerr committed Oct 18, 2023
1 parent 259c375 commit 9a52b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ fn collapse(
x = w;
} else if x == v.flip() {
x = w.flip()
}
}
if !graph.has_edge(w, x) {
graph.create_edge(Edge::edge_handle(w, x));
log::debug!("create edge {}{}", v2str(&w), v2str(&x));
Expand Down

0 comments on commit 9a52b5d

Please sign in to comment.