summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-07-27 18:50:56 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-07-27 18:50:56 +0200
commit274fae5aff5dbfce59cec3eaa4893d1ed6b7e459 (patch)
tree6da3771589fccb475ebcf685e4bbda9fddc6394c /src/lib.rs
parenta9b95f39dd8f55b00b5f4b2f6690c05b5a921d4d (diff)
downloadiced-274fae5aff5dbfce59cec3eaa4893d1ed6b7e459.tar.gz
iced-274fae5aff5dbfce59cec3eaa4893d1ed6b7e459.tar.bz2
iced-274fae5aff5dbfce59cec3eaa4893d1ed6b7e459.zip
Run `cargo fmt`
Diffstat (limited to '')
-rw-r--r--src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 174fd890..0905a31c 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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;