Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
UkoeHB committed Sep 3, 2024
1 parent 1a5335c commit b3054f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/buffer_line.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ use alloc::{string::String, vec::Vec};
use core::mem;

use crate::{
Align, Attrs, AttrsList, BufferVec, Cached, FontSystem, LayoutLine, LineEnding,
ShapeLine, Shaping, Wrap,
Align, Attrs, AttrsList, BufferVec, Cached, FontSystem, LayoutLine, LineEnding, ShapeLine,
Shaping, Wrap,
};

/// A line (or paragraph) of text that is shaped and laid out
Expand Down

0 comments on commit b3054f8

Please sign in to comment.