Skip to content

Commit

Permalink
Lint: Remove unnecessary semicolon.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpreid committed Jan 30, 2025
1 parent d74d2c2 commit c89a540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion all-is-cubes-base/src/math/face.rs
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ where
dm.entry(&"+x".refmt(&Unquote), px);
dm.entry(&"+y".refmt(&Unquote), py);
dm.entry(&"+z".refmt(&Unquote), pz);
};
}

dm.finish()
}
Expand Down

0 comments on commit c89a540

Please sign in to comment.