Skip to content

Commit

Permalink
clippy: empty_line_after_outer_attr (#4397)
Browse files Browse the repository at this point in the history
  • Loading branch information
brooksprumo authored Jan 11, 2025
1 parent 8cc2ee3 commit 737f89d
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 737f89d

Please sign in to comment.