Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
slhmy committed Sep 8, 2024
1 parent fbd834c commit 61e254f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions judge-core/src/compiler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,7 @@ impl Compiler {
let output = Command::new("sh")
.arg("-c")
.arg(
&self
.command_builder
self.command_builder
.get_command(vec![src_path_string, target_path_string]),
)
.args(self.compiler_args.iter())
Expand Down

0 comments on commit 61e254f

Please sign in to comment.