From 9ceb467e6e12129b42d67a4a1ff3cb21bc7daadd Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Fri, 21 Feb 2025 01:22:56 +0100 Subject: Run `cargo fmt` --- core/src/window/settings.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src/window') diff --git a/core/src/window/settings.rs b/core/src/window/settings.rs index 9432eaaa..94bcfd78 100644 --- a/core/src/window/settings.rs +++ b/core/src/window/settings.rs @@ -24,8 +24,8 @@ mod platform; #[path = "settings/other.rs"] mod platform; -use crate::window::{Icon, Level, Position}; use crate::Size; +use crate::window::{Icon, Level, Position}; pub use platform::PlatformSpecific; -- cgit