cargo fmt

This commit is contained in:
Ashley Wulber 2025-09-24 17:52:03 -04:00 committed by Ashley Wulber
parent 9815d4d981
commit ab41b83cd8
3 changed files with 25 additions and 34 deletions

View file

@ -158,7 +158,7 @@ impl Default for Core {
exit_on_main_window_closed: true,
menu_bars: HashMap::new(),
#[cfg(feature = "wayland")]
sync_window_border_radii_to_theme: true
sync_window_border_radii_to_theme: true,
}
}
}