Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoverbear committed May 24, 2024
1 parent a68d4a0 commit 5d12de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/criticalup-cli/src/binary_proxies.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use std::process::{Command, Stdio};

pub(crate) fn proxy(whitelabel: WhitelabelConfig) -> Result<(), Error> {
let binary_name = arg0(&whitelabel)?;

#[cfg(not(windows))]
let binary_path = PathBuf::from(&binary_name);
#[cfg(windows)]
Expand Down

0 comments on commit 5d12de1

Please sign in to comment.