Skip to content

Commit

Permalink
Oh my god, clippy!
Browse files Browse the repository at this point in the history
  • Loading branch information
rakanalh committed Dec 20, 2024
1 parent efc50a1 commit 9c1e981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bitcoin-da/src/verifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ where

return Ok(Some(blob.verified_data()));
}
return Ok(None);
Ok(None)
}

// Get associated blob content only if signatures, hashes and public keys match
Expand Down

0 comments on commit 9c1e981

Please sign in to comment.