Run cargo fmt

This commit is contained in:
Héctor Ramón Jiménez 2023-07-27 18:50:56 +02:00
parent a9b95f39dd
commit 274fae5aff
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -190,8 +190,8 @@ pub use crate::core::alignment;
pub use crate::core::event;
pub use crate::core::gradient;
pub use crate::core::{
color, Alignment, Background, Color, ContentFit, Degrees, Gradient, Length,
Padding, Pixels, Point, Radians, Rectangle, Size, Vector, BorderRadius
color, Alignment, Background, BorderRadius, Color, ContentFit, Degrees,
Gradient, Length, Padding, Pixels, Point, Radians, Rectangle, Size, Vector,
};
pub use crate::runtime::Command;