Skip to content

Commit

Permalink
Update panic message
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Aug 18, 2023
1 parent c6df4c9 commit 93bac19
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/fj-core/src/validate/shell.rs
Original file line number Diff line number Diff line change
Expand Up @@ -302,9 +302,7 @@ impl ShellValidationError {
let curve = HandleWrapper::from(edge.curve().clone());
let bounding_vertices = cycle
.bounding_vertices_of_edge(edge)
.expect(
"Cycle should provide bounds of its own half-edge",
)
.expect("Cycle should provide bounds of its own edge")
.normalize();

let edge = (curve, bounding_vertices);
Expand Down

0 comments on commit 93bac19

Please sign in to comment.