Skip to content

Commit

Permalink
Make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
JakuJ committed Oct 22, 2023
1 parent 18db007 commit dce49bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native-verifier/src/fol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ fn vir_statement_to_fol_statements(
}
}
}
return statements;
statements
}
Statement::MethodCall(method_call) => {
let method_decl = known_methods
Expand Down

0 comments on commit dce49bb

Please sign in to comment.