Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejka committed Dec 17, 2024
1 parent e2eb1d2 commit 83dbe91
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/client/src/test.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,7 @@ fn main(arguments: Array<felt252>) -> Array<felt252> {

if state != expected_state {
println!(
"FAIL: error='expected utreexo state {:?}, actual {:?}'",
expected_state,
state,
"FAIL: error='expected utreexo state {:?}, actual {:?}'", expected_state, state,
);
panic!();
}
Expand Down

0 comments on commit 83dbe91

Please sign in to comment.