Skip to content

Commit 730c747

Browse files
committed
Used prettier
1 parent 9a5ef85 commit 730c747

File tree

1 file changed

+1
-4
lines changed
  • tokens/cnft-candy-machine/anchor/programs/cnft-candy-machine/src/instructions

1 file changed

+1
-4
lines changed

tokens/cnft-candy-machine/anchor/programs/cnft-candy-machine/src/instructions/mint.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ use anchor_lang::system_program::{
66
transfer,
77
};
88
use anchor_spl::token::spl_token::instruction::transfer as spl_transfer;
9-
use anchor_spl::associated_token::{
10-
get_associated_token_address,
11-
AssociatedToken
12-
};
9+
use anchor_spl::associated_token::get_associated_token_address;
1310
use anchor_spl::metadata::{
1411
MasterEditionAccount,
1512
Metadata,

0 commit comments

Comments
 (0)