Skip to content

Commit fa20225

Browse files
committed
style: format main.rs for cargo fmt check
1 parent 0f4359b commit fa20225

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src-tauri/src/main.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2400,9 +2400,9 @@ fn log_command_status(label: &str, pid: u32, status: &io::Result<ExitStatus>) {
24002400
Ok(exit_status) => append_desktop_log(&format!(
24012401
"{label} returned non-zero: pid={pid}, status={exit_status:?}"
24022402
)),
2403-
Err(error) => {
2404-
append_desktop_log(&format!("{label} failed to start: pid={pid}, error={error}"))
2405-
}
2403+
Err(error) => append_desktop_log(&format!(
2404+
"{label} failed to start: pid={pid}, error={error}"
2405+
)),
24062406
}
24072407
}
24082408

0 commit comments

Comments
 (0)