Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Nov 15, 2023
1 parent 389b5b6 commit 40c089b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/bin/julialauncher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,7 @@ fn main() -> Result<std::process::ExitCode> {
eprintln!("{}", e.msg);

return Ok(std::process::ExitCode::FAILURE);
}
else {
} else {
return Err(client_status.unwrap_err());
}
}
Expand Down

0 comments on commit 40c089b

Please sign in to comment.