chore: Remove trailing whitespace #129
2 changed files with 0 additions and 2 deletions
|
@ -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 {
|
||||
|
|
|
@ -6,7 +6,6 @@ use web_sys::{KeyboardEvent, MouseEvent, wasm_bindgen::JsCast};
|
|||
use crate::{
|
||||
AppState,
|
||||
assembly::{
|
||||
Axis,
|
||||
Element,
|
||||
HalfCurvatureRegulator,
|
||||
InversiveDistanceRegulator,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue