Skip to content

Commit d130def

Browse files
committed
clean: run cargo fmt
1 parent ef6164f commit d130def

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

src/app/apps.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ use crate::{
1717
app::{Message, Page, RUSTCAST_DESC_NAME},
1818
clipboard::ClipBoardContentType,
1919
commands::Function,
20+
cross_platform::get_img_handle,
2021
icon::iced_img_handle,
2122
styles::{result_button_style, result_row_container_style},
22-
cross_platform::get_img_handle
2323
};
2424

2525
/// This tells each "App" what to do when it is clicked, whether it is a function, a message, or a display

src/cross_platform/windows/app_finding.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
use {
2-
crate::{app::apps::App, cross_platform::windows::{appicon::get_first_icon, get_acp}},
2+
crate::{
3+
app::apps::App,
4+
cross_platform::windows::{appicon::get_first_icon, get_acp},
5+
},
36
std::path::PathBuf,
47
walkdir::WalkDir,
58
windows::{

0 commit comments

Comments
 (0)