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 Oct 29, 2023
1 parent 9d81851 commit 9ef063e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ pub fn exec(address: SocketAddrV4, path: &Path, directory: &str) {
if request(address, &container_path, wine_prefix).is_ok() {
notify(&format!("Closed {file_name}."), Some(&icon));
} else {
notify(&format!("Error: sakaya server is not accessible."), Some(&icon));
notify(
&format!("Error: sakaya server is not accessible."),
Some(&icon),
);
}
}
}
Expand Down

0 comments on commit 9ef063e

Please sign in to comment.