chore: cargo fmt
This commit is contained in:
committed by
Michael Vines
parent
6514096a67
commit
789f33e8db
@ -1889,13 +1889,7 @@ pub fn process_command(config: &CliConfig) -> ProcessResult {
|
||||
pubkey,
|
||||
output_file,
|
||||
use_lamports_unit,
|
||||
} => process_show_account(
|
||||
&rpc_client,
|
||||
config,
|
||||
pubkey,
|
||||
output_file,
|
||||
*use_lamports_unit,
|
||||
),
|
||||
} => process_show_account(&rpc_client, config, pubkey, output_file, *use_lamports_unit),
|
||||
CliCommand::Transfer {
|
||||
amount,
|
||||
to,
|
||||
|
Reference in New Issue
Block a user