Format code

This commit is contained in:
Jeremy Soller 2024-09-17 10:34:08 -06:00
parent 49b2b3b338
commit d39a6bfc78
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
2 changed files with 17 additions and 15 deletions

View file

@ -3762,11 +3762,7 @@ pub(crate) mod test_utils {
);
}
pub fn assert_zoom_affects_item_size(
tab: &mut Tab,
message: tab::Message,
should_zoom: bool,
) {
pub fn assert_zoom_affects_item_size(tab: &mut Tab, message: tab::Message, should_zoom: bool) {
let grid_icon_size = tab.config.icon_sizes.grid;
let list_icon_size = tab.config.icon_sizes.list;