Refactor to increase consistency

This commit is contained in:
Hanno Braun 2024-05-22 19:58:44 +02:00
parent 8f7ee901ca
commit c73ea02487

View File

@ -190,7 +190,9 @@ impl fmt::Display for CoincidentHalfEdgesAreNotSiblings {
"Half-edge 1: {:#?}\n\
Half-edge 2: {:#?}",
self.half_edge_a, self.half_edge_b,
)
)?;
Ok(())
}
}