diff --git a/examples/editor-orbclient/src/main.rs b/examples/editor-orbclient/src/main.rs index c3874037c6..268533b147 100644 --- a/examples/editor-orbclient/src/main.rs +++ b/examples/editor-orbclient/src/main.rs @@ -1,8 +1,8 @@ // SPDX-License-Identifier: MIT OR Apache-2.0 use cosmic_text::{ - Action, Attrs, Buffer, Edit, Family, FontSystem, Motion, SwashCache, SyntaxEditor, - SyntaxSystem, LineHeight + Action, Attrs, Buffer, Edit, Family, FontSystem, LineHeight, Motion, SwashCache, SyntaxEditor, + SyntaxSystem, }; use orbclient::{EventOption, Renderer, Window, WindowFlag}; use std::{ diff --git a/examples/editor-test/src/main.rs b/examples/editor-test/src/main.rs index 753df1133a..d98accfdf6 100644 --- a/examples/editor-test/src/main.rs +++ b/examples/editor-test/src/main.rs @@ -1,8 +1,8 @@ // SPDX-License-Identifier: MIT OR Apache-2.0 use cosmic_text::{ - Action, BidiParagraphs, BorrowedWithFontSystem, Buffer, Color, Edit, Editor, FontSystem, - LineHeight, Attrs, Motion, SwashCache, + Action, Attrs, BidiParagraphs, BorrowedWithFontSystem, Buffer, Color, Edit, Editor, FontSystem, + LineHeight, Motion, SwashCache, }; use orbclient::{EventOption, Renderer, Window, WindowFlag}; use std::{env, fs, process, time::Instant};