mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-08 11:58: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)]
|
#[derive(Clone, Debug, thiserror::Error)]
|
||||||
pub enum ShellValidationError {
|
pub enum ShellValidationError {
|
||||||
/// [`Shell`] contains curves whose coordinate systems don't match
|
/// [`Shell`] contains curves whose coordinate systems don't match
|
||||||
#[error(
|
#[error("Curve coordinate system mismatch: {:#?}", .0)]
|
||||||
"Curve coordinate system mismatch: {:#?}",
|
|
||||||
.0
|
|
||||||
)]
|
|
||||||
CurveCoordinateSystemMismatch(CurveGeometryMismatch),
|
CurveCoordinateSystemMismatch(CurveGeometryMismatch),
|
||||||
|
|
||||||
/// [`Shell`] contains a half-edge that is not part of a pair
|
/// [`Shell`] contains a half-edge that is not part of a pair
|
||||||
|
Loading…
Reference in New Issue
Block a user