Skip to content

Commit

Permalink
Update library/kani_macros/src/sysroot/contracts/mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
carolynzech authored Oct 29, 2024
1 parent d21019b commit 0e5d7aa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions library/kani_macros/src/sysroot/contracts/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,5 @@ fn contract_main(
Err(e) => return e.into_compile_error().into(),
};

let res = handler.dispatch_on(function_state).into();
println!("{}", &res);
res
handler.dispatch_on(function_state).into()
}

0 comments on commit 0e5d7aa

Please sign in to comment.