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` --- highlighter/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'highlighter') diff --git a/highlighter/src/lib.rs b/highlighter/src/lib.rs index 2d0ac2e4..982f1279 100644 --- a/highlighter/src/lib.rs +++ b/highlighter/src/lib.rs @@ -1,9 +1,9 @@ //! A syntax highlighter for iced. use iced_core as core; +use crate::core::Color; use crate::core::font::{self, Font}; use crate::core::text::highlighter::{self, Format}; -use crate::core::Color; use std::ops::Range; use std::sync::LazyLock; -- cgit