Skip to content

Commit

Permalink
clippy: empty_line_after_outer_attr
Browse files Browse the repository at this point in the history
  • Loading branch information
brooksprumo committed Jan 10, 2025
1 parent 67d5858 commit 0a35c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zk-sdk/src/sigma_proofs/pod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ impl From<GroupedCiphertext2HandlesValidityProof> for PodGroupedCiphertext2Handl
Self(decoded_proof.to_bytes())
}
}
#[cfg(not(target_os = "solana"))]

#[cfg(not(target_os = "solana"))]
impl TryFrom<PodGroupedCiphertext2HandlesValidityProof> for GroupedCiphertext2HandlesValidityProof {
type Error = ValidityProofVerificationError;

Expand Down

0 comments on commit 0a35c89

Please sign in to comment.