Skip to content

Commit

Permalink
housekeeping(controller): Add object-oriented structure + async to th…
Browse files Browse the repository at this point in the history
…e cmp command
  • Loading branch information
LuchoBazz committed May 4, 2024
1 parent 922c230 commit 594e499
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/controllers/cmd_cmp_async.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ pub struct CmpController {
cases_len: usize,
current_case: Option<PathBuf>,
state_counter: StateCounter,
root: String,
file_in: String,
file_out: String,
file_expected: String,
Expand All @@ -79,7 +78,6 @@ impl CmpController {
file_in: format!("{}/{}", &root[..], QTEST_INPUT_FILE),
file_out: format!("{}/{}", &root[..], QTEST_INPUT_FILE),
file_expected: format!("{}/{}", &root[..], QTEST_INPUT_FILE),
root,
}
}

Expand Down

0 comments on commit 594e499

Please sign in to comment.