Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
JaroslavTulach committed Jan 2, 2024
1 parent 9f0dbe6 commit b188751
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build/build/src/engine/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -527,11 +527,7 @@ impl RunContext {
let factorial_input = "6";
let factorial_expected_output = "720";
let output = Command::new(&self.repo_root.runner)
.args([
"--run",
"engine/runner/src/test/resources/Factorial.enso",
factorial_input,
])
.args(["--run", "engine/runner/src/test/resources/Factorial.enso", factorial_input])
// .env(ENSO_DATA_DIRECTORY.name(), &self.paths.engine.dir)
.run_stdout()
.await?;
Expand Down

0 comments on commit b188751

Please sign in to comment.