diff --git a/examples/delegate_and_revoke_collection_authority.rs b/examples/delegate_and_revoke_collection_authority.rs index 2491037..4207cbd 100644 --- a/examples/delegate_and_revoke_collection_authority.rs +++ b/examples/delegate_and_revoke_collection_authority.rs @@ -1,11 +1,9 @@ use helius::error::Result; use helius::types::Cluster; -use helius::utils::collection_authority::{ - get_collection_authority_record, get_collection_metadata_account, -}; +use helius::utils::collection_authority::{get_collection_authority_record, get_collection_metadata_account}; use helius::Helius; -use mpl_token_metadata::instructions::CreateMetadataAccountV3InstructionArgs; use mpl_token_metadata::instructions::CreateMetadataAccountV3; +use mpl_token_metadata::instructions::CreateMetadataAccountV3InstructionArgs; use mpl_token_metadata::types::DataV2; use solana_program::system_instruction::create_account; use solana_program::system_program;