Run cargo fmt
This commit is contained in:
parent
a9b95f39dd
commit
274fae5aff
1 changed files with 2 additions and 2 deletions
|
|
@ -190,8 +190,8 @@ pub use crate::core::alignment;
|
||||||
pub use crate::core::event;
|
pub use crate::core::event;
|
||||||
pub use crate::core::gradient;
|
pub use crate::core::gradient;
|
||||||
pub use crate::core::{
|
pub use crate::core::{
|
||||||
color, Alignment, Background, Color, ContentFit, Degrees, Gradient, Length,
|
color, Alignment, Background, BorderRadius, Color, ContentFit, Degrees,
|
||||||
Padding, Pixels, Point, Radians, Rectangle, Size, Vector, BorderRadius
|
Gradient, Length, Padding, Pixels, Point, Radians, Rectangle, Size, Vector,
|
||||||
};
|
};
|
||||||
pub use crate::runtime::Command;
|
pub use crate::runtime::Command;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue