Skip to content

Commit c6f73c3

Browse files
committed
chore: rustfmt
1 parent c02cd5f commit c6f73c3

File tree

2 files changed

+32
-14
lines changed

2 files changed

+32
-14
lines changed

Cargo.lock

Lines changed: 32 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vrf/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ use digest::{Output, OutputSizeUser};
3131

3232
pub use signature::Verifier;
3333

34-
3534
/// A VRF Proof, denoted `pi` or `pi_string` in RFC9381. See RFC9381 section 1.2 for details.
3635
pub trait Proof<H>
3736
where

0 commit comments

Comments
 (0)