Skip to content

Commit

Permalink
fix: spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
wei3erHase committed Sep 19, 2024
1 parent 2a3fe56 commit 21c07a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ impl Pack for VestingScheduleHeader {
.map_err(|_| ProgramError::InvalidArgument)?;
let mint_address = Pubkey::try_from(&src[32..64])
.map_err(|_| ProgramError::InvalidArgument)?;
let is_initialized = src[64] == 1;
let is_initialized = src[64] == 1;
Ok(Self {
destination_address,
mint_address,
Expand Down

0 comments on commit 21c07a1

Please sign in to comment.