From 3aec3818f2b7efb3ca14fed6084af8fd0fc93524 Mon Sep 17 00:00:00 2001 From: Redhawk18 Date: Sun, 19 Nov 2023 22:06:22 -0500 Subject: [PATCH] fmt --- examples/floating_element/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/floating_element/src/main.rs b/examples/floating_element/src/main.rs index 9842babf..323abf66 100644 --- a/examples/floating_element/src/main.rs +++ b/examples/floating_element/src/main.rs @@ -6,9 +6,9 @@ use iced::{ Application, Command, Element, Length, Settings, Theme, }; -use iced_aw::BootstrapIcon; use iced_aw::floating_element::Anchor; use iced_aw::graphics::icons::bootstrap::icon_to_string; +use iced_aw::BootstrapIcon; use iced_aw::{helpers::floating_element, BOOTSTRAP_FONT}; fn main() -> iced::Result {