💄 Format rust code

This commit is contained in:
Belén Albeza 2024-11-21 17:23:49 +01:00
parent f7ff3129ed
commit 6fd6074934
8 changed files with 85 additions and 91 deletions

View file

@ -1,10 +1,10 @@
use std::collections::HashMap;
use uuid::Uuid;
use crate::math;
use crate::render::RenderState;
use crate::shapes::Shape;
use crate::view::Viewbox;
use crate::math;
/// This struct holds the state of the Rust application between JS calls.
///
@ -35,7 +35,7 @@ impl<'a> State<'a> {
width: width as f32,
height: height as f32,
area: math::Rect::new_empty(),
}
},
}
}