Skip to content

Commit

Permalink
cargo format
Browse files Browse the repository at this point in the history
  • Loading branch information
punwai committed Jul 15, 2022
1 parent f2d0010 commit 0326c9a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions crypto/src/tests/bls12377_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -313,10 +313,7 @@ fn to_from_bytes_aggregate_signature() {
assert!(rebuilt_sig
.verify(&[kpref.public().clone()], b"Hello, world")
.is_ok());
assert_eq!(
rebuilt_sig.clone().as_ref(),
aggregated_signature.as_ref()
);
assert_eq!(rebuilt_sig.clone().as_ref(), aggregated_signature.as_ref());
}

#[tokio::test]
Expand Down

0 comments on commit 0326c9a

Please sign in to comment.