diff --git a/token/program-2022-test/tests/transfer_hook.rs b/token/program-2022-test/tests/transfer_hook.rs index 9a36b1f5b93..b44375f97ee 100644 --- a/token/program-2022-test/tests/transfer_hook.rs +++ b/token/program-2022-test/tests/transfer_hook.rs @@ -27,7 +27,9 @@ use { processor::Processor, }, spl_token_client::token::{ExtensionInitializationParams, TokenError as TokenClientError}, - spl_transfer_hook_interface::{get_extra_account_metas_address, offchain::add_extra_account_metas_for_execute}, + spl_transfer_hook_interface::{ + get_extra_account_metas_address, offchain::add_extra_account_metas_for_execute, + }, std::{convert::TryInto, sync::Arc}, };