From 506d0a086a221908a7bea3c4c0f511f1c86069a8 Mon Sep 17 00:00:00 2001 From: Dmytro Medynskyi Date: Sun, 20 Oct 2024 13:57:14 +0200 Subject: [PATCH] cargo fmt --- examples/delegate_and_revoke_collection_authority.rs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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;