Run cargo fmt

This commit is contained in:
Héctor Ramón Jiménez 2022-11-03 03:25:27 +01:00
parent 708be32e3d
commit 3517dece26
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -87,9 +87,7 @@ impl Application for ScrollableDemo {
}
fn view(&self) -> Element<Message> {
let ScrollableDemo {
variants, ..
} = self;
let ScrollableDemo { variants, .. } = self;
let choose_theme = [ThemeType::Light, ThemeType::Dark].iter().fold(
column!["Choose a theme:"].spacing(10),