Skip to content

Commit 41f22a2

Browse files
style: clean up code formatting and imports
1 parent 4689d8b commit 41f22a2

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

src/main.rs

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@ use {
99
},
1010
solana_client::rpc_client::RpcClient,
1111
solana_remote_wallet::remote_wallet::RemoteWalletManager,
12-
solana_sdk::{
13-
commitment_config::CommitmentConfig,
14-
native_token::Sol,
15-
signature::Signer,
16-
},
12+
solana_sdk::{commitment_config::CommitmentConfig, native_token::Sol, signature::Signer},
1713
std::{env, process::exit, sync::Arc},
1814
};
1915
pub mod clparse;
@@ -739,8 +735,8 @@ mod test {
739735
};
740736
let bout = faux.try_to_vec().unwrap();
741737
let in_faux = UpdateMetadataAccountArgs::try_from_slice(&bout).unwrap();
742-
738+
743739
// Assert that the deserialized data matches the original
744740
assert_eq!(faux, in_faux);
745741
}
746-
}
742+
}

0 commit comments

Comments
 (0)