Skip to content

Commit 8a6f904

Browse files
lint
1 parent 441842b commit 8a6f904

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

p-token/src/processor/shared/transfer.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ pub fn process_transfer(
171171
if source_account.is_native() {
172172
// SAFETY: single mutable borrow to `source_account_info` lamports.
173173
let source_lamports = unsafe { source_account_info.borrow_mut_lamports_unchecked() };
174-
// Note: The amount of a source token account is already validated and the `lamports`
175-
// on the account is always greater than `amount`.
174+
// Note: The amount of a source token account is already validated and the
175+
// `lamports` on the account is always greater than `amount`.
176176
*source_lamports -= amount;
177177

178178
// SAFETY: single mutable borrow to `destination_account_info` lamports; the

0 commit comments

Comments
 (0)