Skip to content

Commit 34d2074

Browse files
committed
Make linter happy.
1 parent d91a7b6 commit 34d2074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vote-interface/src/state/vote_instruction_data.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ pub struct VoteInitV2 {
213213
pub node_pubkey: Pubkey,
214214
pub authorized_voter: Pubkey,
215215
#[cfg_attr(feature = "serde", serde_as(as = "[_; BLS_PUBLIC_KEY_COMPRESSED_SIZE]"))]
216-
pub authorized_voter_bls_pubkey: [u8; BLS_PUBLIC_KEY_COMPRESSED_SIZE],
216+
pub authorized_voter_bls_pubkey: [u8; BLS_PUBLIC_KEY_COMPRESSED_SIZE],
217217
#[cfg_attr(feature = "serde", serde_as(as = "[_; BLS_SIGNATURE_COMPRESSED_SIZE]"))]
218218
pub authorized_voter_bls_proof_of_possession: [u8; BLS_SIGNATURE_COMPRESSED_SIZE],
219219
pub authorized_withdrawer: Pubkey,

0 commit comments

Comments
 (0)