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 Nov 8, 2024
1 parent 885f438 commit 4248947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ impl Options {
pub fn vars(&self) -> HashMap<&str, String> {
let wine_arch = match self.wine_prefix.contains("64") {
true => "win64",
false => "win32"
false => "win32",
};

HashMap::from([
Expand Down

0 comments on commit 4248947

Please sign in to comment.