Skip to content

Commit 75a0b90

Browse files
committed
fmt
1 parent db45931 commit 75a0b90

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

interface/src/lib.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44

55
//! An ERC20-like Token program for the Solana blockchain
66
7-
use solana_program_error::{ProgramError, ProgramResult};
8-
use solana_pubkey::Pubkey;
7+
use {
8+
solana_program_error::{ProgramError, ProgramResult},
9+
solana_pubkey::Pubkey,
10+
};
911

1012
pub mod error;
1113
pub mod instruction;

program/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ pub mod solana_program {
3737
}
3838
}
3939
use solana_program_error::ProgramError;
40-
4140
// Re-export spl_token_interface items
4241
pub use spl_token_interface::{check_id, check_program_account, id, ID};
4342

0 commit comments

Comments
 (0)