From feb2d0cf579b55be9a480807392a0ee3ff151000 Mon Sep 17 00:00:00 2001 From: Nico Burns Date: Mon, 19 Feb 2024 17:24:52 +1300 Subject: [PATCH] cargo fmt --- examples/editor-orbclient/src/main.rs | 4 ++-- examples/editor-test/src/main.rs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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};