Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
carolynzech committed Dec 31, 2024
1 parent c4e2090 commit 15ee0a6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ fn add_one(ptr: &mut u32) {
*ptr += 1;
}


mod should_pass {
use crate::*;
// Same as should_fail::prove_add_one, with the added assumption of add_three's precondition.
Expand Down

0 comments on commit 15ee0a6

Please sign in to comment.