chore: cargo fmt
This commit is contained in:
committed by
Michael Vines
parent
6514096a67
commit
789f33e8db
@ -308,10 +308,8 @@ impl Message {
|
||||
nonce_account_pubkey: &Pubkey,
|
||||
nonce_authority_pubkey: &Pubkey,
|
||||
) -> Self {
|
||||
let nonce_ix = system_instruction::advance_nonce_account(
|
||||
nonce_account_pubkey,
|
||||
nonce_authority_pubkey,
|
||||
);
|
||||
let nonce_ix =
|
||||
system_instruction::advance_nonce_account(nonce_account_pubkey, nonce_authority_pubkey);
|
||||
instructions.insert(0, nonce_ix);
|
||||
Self::new(&instructions, payer)
|
||||
}
|
||||
|
Reference in New Issue
Block a user