remove useless conversions

This commit is contained in:
daniel.eades 2023-11-16 17:32:40 +00:00 committed by Ashley Wulber
parent 974367f312
commit 12ef9ce993
4 changed files with 17 additions and 31 deletions

View file

@ -121,7 +121,6 @@ impl DockItem {
let dot_radius = 2;
let dots = (0..toplevels.len())
.into_iter()
.map(|_| {
container(vertical_space(Length::Fixed(0.0)))
.padding(dot_radius)