Skip to content

Commit

Permalink
style: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dwiekawki committed Jan 13, 2025
1 parent cb20cc8 commit 86e6838
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/rpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -769,10 +769,7 @@ mod tests {

assert!(result.is_ok());
let (returned_block, _) = result.unwrap();
assert!(eq(
&block_from_number(state_block_num),
&returned_block
));
assert!(eq(&block_from_number(state_block_num), &returned_block));
}

#[tokio::test]
Expand Down

0 comments on commit 86e6838

Please sign in to comment.