Skip to content

Commit

Permalink
Remove misplaced comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun authored Mar 21, 2023
1 parent c88ac6c commit f6cd58a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/fj-kernel/src/validate/shell.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ mod tests {
fn coincident_not_identical() -> anyhow::Result<()> {
let mut services = Services::new();
let invalid = {
// Shell with single face is not watertight
let face1 = FaceBuilder::new(services.objects.surfaces.xy_plane())
.with_exterior(CycleBuilder::polygon([
[0., 0.],
Expand Down

0 comments on commit f6cd58a

Please sign in to comment.