Skip to content

Commit 4409253

Browse files
committed
Fix formatting
1 parent 2166c18 commit 4409253

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

p-token/src/processor/unwrap_lamports.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ pub fn process_unwrap_lamports(accounts: &[AccountInfo], instruction_data: &[u8]
2626
return Err(TokenError::NonNativeNotSupported.into());
2727
}
2828

29-
// SAFETY: `authority_info` is not currently borrowed; in the case `authority_info` is
30-
// the same as `source_account_info`, then it cannot be a multisig.
29+
// SAFETY: `authority_info` is not currently borrowed; in the case
30+
// `authority_info` is the same as `source_account_info`, then it cannot be
31+
// a multisig.
3132
unsafe { validate_owner(&source_account.owner, authority_info, remaining)? };
3233

3334
let remaining_amount = source_account

0 commit comments

Comments
 (0)