chore: Remove trailing whitespace #129

Merged
Vectornaut merged 11 commits from glen/dyna3:noTrailingWhitespace into main 2025-11-11 00:47:41 +00:00
2 changed files with 0 additions and 2 deletions
Showing only changes of commit 6ad3ed1176 - Show all commits

View file

@ -517,7 +517,6 @@ impl ProblemPoser for HalfCurvatureRegulator {
}
#[derive(Clone, Copy, Sequence)]
pub enum Axis { X = 0, Y = 1, Z = 2 }
impl Axis {
fn name(&self) -> &'static str {

View file

@ -6,7 +6,6 @@ use web_sys::{KeyboardEvent, MouseEvent, wasm_bindgen::JsCast};
use crate::{
AppState,
assembly::{
Axis,
Element,
HalfCurvatureRegulator,
InversiveDistanceRegulator,