Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Pan <andrew.pan@trailofbits.com>
  • Loading branch information
tnytown committed Apr 10, 2024
1 parent 11970d5 commit 39ea179
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/verify/verifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,10 @@ impl Verifier {
where
P: VerificationPolicy,
{
self.rt
.block_on(self.inner.verify_digest(input_digest, bundle, policy, offline))
self.rt.block_on(
self.inner
.verify_digest(input_digest, bundle, policy, offline),
)
}

/// Verifies an input against the given Sigstore Bundle, ensuring conformance to the provided
Expand Down

0 comments on commit 39ea179

Please sign in to comment.