Skip to content

Commit

Permalink
chore: run cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover committed Feb 1, 2025
1 parent 5cc480b commit 89bef8e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ui/single_instance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ pub fn single_instance() {
return;
}

println!(
"hyprdim is already running. Use `killall hyprdim` to stop any existing processes."
);
println!("hyprdim is already running. Use `killall hyprdim` to stop any existing processes.");

process::exit(1);
}

0 comments on commit 89bef8e

Please sign in to comment.