mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-03 17:38:27 +00:00
Update formatting
This commit is contained in:
parent
38c3ab5ba4
commit
f2c9820b30
@ -35,10 +35,7 @@ impl Validate for Shell {
|
||||
#[derive(Clone, Debug, thiserror::Error)]
|
||||
pub enum ShellValidationError {
|
||||
/// [`Shell`] contains curves whose coordinate systems don't match
|
||||
#[error(
|
||||
"Curve coordinate system mismatch: {:#?}",
|
||||
.0
|
||||
)]
|
||||
#[error("Curve coordinate system mismatch: {:#?}", .0)]
|
||||
CurveCoordinateSystemMismatch(CurveGeometryMismatch),
|
||||
|
||||
/// [`Shell`] contains a half-edge that is not part of a pair
|
||||
|
Loading…
Reference in New Issue
Block a user