Skip to content

Commit

Permalink
fix: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson committed Apr 15, 2020
1 parent f64f89b commit 51deaa6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/utilities/filepatching.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,7 @@ impl FilePatching {
.args(&["/C", "mklink", "/J", &p.modname()?, &project_root])
.output()?;
println!("Linked at {:?}", target);
println!(
"You can now use `-mod=\"{}\\{}\" -filePatching`",
p.mainprefix,
p.modname()?
);
println!("You can now use `-mod=\"{}\\{}\" -filePatching`", p.mainprefix, p.modname()?);
}
Ok(())
}
Expand Down

0 comments on commit 51deaa6

Please sign in to comment.