Skip to content

Commit 38df62a

Browse files
author
genusistimelord
committed
Cargo fmt
1 parent af8c53e commit 38df62a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/widgets/selection_list.rs

+5-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ use iced::{
1616
alignment::{Horizontal, Vertical},
1717
event,
1818
mouse::{self, Cursor},
19-
widget::{container, scrollable, text::{self, LineHeight}, Container, Scrollable},
19+
widget::{
20+
container, scrollable,
21+
text::{self, LineHeight},
22+
Container, Scrollable,
23+
},
2024
Border, Element, Event, Font, Length, Pixels, Rectangle, Shadow, Size,
2125
};
2226
use std::{fmt::Display, hash::Hash, marker::PhantomData};

0 commit comments

Comments
 (0)