Skip to content

Commit

Permalink
Fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Jun 3, 2022
1 parent 862fd27 commit 482db07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fj-operations/src/shape_processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ pub enum Error {
ToShape(#[from] ValidationError),

/// Model has zero size
#[error("Model has an zero size")]
#[error("Model has zero size")]
Extent(#[from] InvalidTolerance),
}

0 comments on commit 482db07

Please sign in to comment.