Skip to content

Commit 737f89d

Browse files
authored
clippy: empty_line_after_outer_attr (#4397)
1 parent 8cc2ee3 commit 737f89d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zk-sdk/src/sigma_proofs/pod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ impl From<GroupedCiphertext2HandlesValidityProof> for PodGroupedCiphertext2Handl
122122
Self(decoded_proof.to_bytes())
123123
}
124124
}
125-
#[cfg(not(target_os = "solana"))]
126125

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

0 commit comments

Comments
 (0)