Skip to content

Commit

Permalink
Make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Walrus committed Mar 16, 2023
1 parent 9494889 commit deade38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/fj-kernel/src/validate/cycle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ impl CycleValidationError {
// If there are no half edges
if cycle.half_edges().next().is_none() {
errors.push(Self::NotEnoughHalfEdges.into());
return;
}
}

Expand Down

0 comments on commit deade38

Please sign in to comment.