mirror of
https://github.com/penpot/penpot.git
synced 2025-05-29 09:36:12 +02:00
💄 Format rust code
This commit is contained in:
parent
f7ff3129ed
commit
6fd6074934
8 changed files with 85 additions and 91 deletions
|
@ -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(),
|
||||
}
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue