Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
genusistimelord committed Jul 19, 2024
1 parent af8c53e commit 38df62a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/widgets/selection_list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ use iced::{
alignment::{Horizontal, Vertical},
event,
mouse::{self, Cursor},
widget::{container, scrollable, text::{self, LineHeight}, Container, Scrollable},
widget::{
container, scrollable,
text::{self, LineHeight},
Container, Scrollable,
},
Border, Element, Event, Font, Length, Pixels, Rectangle, Shadow, Size,
};
use std::{fmt::Display, hash::Hash, marker::PhantomData};
Expand Down

0 comments on commit 38df62a

Please sign in to comment.