mirror of
https://github.com/hannobraun/Fornjot
synced 2025-08-23 18:46:41 +00:00
Refactor to increase consistency
This commit is contained in:
parent
8f7ee901ca
commit
c73ea02487
@ -190,7 +190,9 @@ impl fmt::Display for CoincidentHalfEdgesAreNotSiblings {
|
|||||||
"Half-edge 1: {:#?}\n\
|
"Half-edge 1: {:#?}\n\
|
||||||
Half-edge 2: {:#?}",
|
Half-edge 2: {:#?}",
|
||||||
self.half_edge_a, self.half_edge_b,
|
self.half_edge_a, self.half_edge_b,
|
||||||
)
|
)?;
|
||||||
|
|
||||||
|
Ok(())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user