style: run rustfmt

This commit is contained in:
hookenful
2026-03-14 18:16:55 +02:00
parent 0ec826fcbd
commit 2abcf3839e
76 changed files with 1763 additions and 1352 deletions
+1 -5
View File
@@ -52,11 +52,7 @@ pub fn transfer(
accounts.push(AccountMeta::new_readonly(**signer, true));
}
Ok(Instruction {
program_id: *token_program_id,
accounts,
data,
})
Ok(Instruction { program_id: *token_program_id, accounts, data })
}
pub fn initialize_account3(