Skip to content

Commit

Permalink
🎨 cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
comavius committed Oct 5, 2024
1 parent 7557cab commit 7c3a3b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion judge-control-app/src/remote_exec/ssh.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ mod tests {
async fn check_docker_running() -> bool {
let output = std::process::Command::new("systemctl")
.args(&["is-active", "docker"])
.output().unwrap();
.output()
.unwrap();
output.status.success()
}

Expand Down

0 comments on commit 7c3a3b5

Please sign in to comment.