Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns committed Feb 19, 2024
1 parent a96ad80 commit feb2d0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/editor-orbclient/src/main.rs
Original file line number Diff line number Diff line change
@@ -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::{
Expand Down
4 changes: 2 additions & 2 deletions examples/editor-test/src/main.rs
Original file line number Diff line number Diff line change
@@ -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};
Expand Down

0 comments on commit feb2d0c

Please sign in to comment.