Skip to content

Commit 4978c9f

Browse files
committed
rebase fixes
1 parent 739662d commit 4978c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_text/src/pipeline.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use bevy_utils::HashMap;
1616
use cosmic_text::{Attrs, Buffer, Family, Metrics, Shaping, Wrap};
1717

1818
use crate::{
19-
error::TextError, LineBreak, CosmicBuffer, Font, FontAtlasSets, FontSmoothing, JustifyText,
19+
error::TextError, CosmicBuffer, Font, FontAtlasSets, FontSmoothing, JustifyText, LineBreak,
2020
PositionedGlyph, TextBounds, TextSection, TextStyle, YAxisOrientation,
2121
};
2222

0 commit comments

Comments
 (0)