Skip to content

Commit

Permalink
Apply clippy lints to solverdummy
Browse files Browse the repository at this point in the history
  • Loading branch information
fsimonis committed Feb 15, 2024
1 parent a59ec3a commit aebbbe6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/solverdummy/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use precice;
use std::env;
use std::process::ExitCode;

Expand Down Expand Up @@ -84,5 +83,5 @@ fn main() -> ExitCode {
participant.finalize();
println!("DUMMY: Closing rust solver dummy... \n");

return ExitCode::SUCCESS;
ExitCode::SUCCESS
}

0 comments on commit aebbbe6

Please sign in to comment.