fix: formatting

This commit is contained in:
Roman 2024-06-12 17:37:27 +02:00
parent 408e619e82
commit 0aadeafe1c
No known key found for this signature in database
GPG Key ID: B8FE070B54E11B75
1 changed files with 0 additions and 2 deletions

View File

@ -744,7 +744,6 @@ pub mod tests {
#[test]
fn test_conversions_for_leader_proof() {
let commitment = Commitment::from([0u8; 32]);
let commitment_bytes: [u8; 32] = commitment.into();
@ -764,6 +763,5 @@ pub mod tests {
assert_eq!(leader_proof.commitment(), &commitment);
assert_eq!(leader_proof.evolved_commitment(), &commitment);
assert_eq!(leader_proof.nullifier(), &nullifier);
}
}