Skip to content

Commit 278f40e

Browse files
committed
Fix format
1 parent ec48ff3 commit 278f40e

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

p-token/tests/setup/mollusk.rs

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
use mollusk_svm::Mollusk;
2-
use pinocchio_token_interface::state::{load_mut_unchecked, mint::Mint};
3-
use solana_account::Account;
4-
use solana_pubkey::Pubkey;
5-
use solana_rent::Rent;
6-
use solana_sdk_ids::bpf_loader_upgradeable;
7-
8-
use crate::setup::TOKEN_PROGRAM_ID;
1+
use {
2+
crate::setup::TOKEN_PROGRAM_ID,
3+
mollusk_svm::Mollusk,
4+
pinocchio_token_interface::state::{load_mut_unchecked, mint::Mint},
5+
solana_account::Account,
6+
solana_pubkey::Pubkey,
7+
solana_rent::Rent,
8+
solana_sdk_ids::bpf_loader_upgradeable,
9+
};
910

1011
pub fn create_mint_account(
1112
mint_authority: Pubkey,

0 commit comments

Comments
 (0)