cargo fmt
This commit is contained in:
parent
af252888c4
commit
b430be5bc6
2 changed files with 3 additions and 5 deletions
|
@ -12,9 +12,7 @@ use crate::{
|
|||
scene::{self, Border, CursorRegion, Quad},
|
||||
AnyElement, Element, LayoutContext, SceneBuilder, SizeConstraint, View, ViewContext,
|
||||
};
|
||||
use schemars::{
|
||||
JsonSchema,
|
||||
};
|
||||
use schemars::JsonSchema;
|
||||
use serde::Deserialize;
|
||||
use serde_json::json;
|
||||
|
||||
|
@ -335,7 +333,6 @@ impl ToJson for ContainerStyle {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
#[derive(Clone, Copy, Debug, Default, JsonSchema)]
|
||||
pub struct Margin {
|
||||
pub top: f32,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue