Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
grandima committed Oct 20, 2024
1 parent 4cad985 commit 506d0a0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions examples/delegate_and_revoke_collection_authority.rs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 506d0a0

Please sign in to comment.