Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
Signed-off-by: Reinis Martinsons <[email protected]>
  • Loading branch information
Reinis-FRP committed Oct 24, 2024
1 parent d147efa commit bb7b8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/svm-spoke/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ pub mod svm_spoke {

pub fn close_claim_account(
ctx: Context<CloseClaimAccount>,
_mint: Pubkey, // Only used in account constraints.
_mint: Pubkey, // Only used in account constraints.
_token_account: Pubkey, // Only used in account constraints.
) -> Result<()> {
instructions::close_claim_account(ctx)
Expand Down

0 comments on commit bb7b8e9

Please sign in to comment.