Update formatting

This commit is contained in:
Hanno Braun 2024-05-17 13:53:41 +02:00
parent 38c3ab5ba4
commit f2c9820b30

View File

@ -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