Skip to content

Commit b62b635

Browse files
committed
Fix formatting
1 parent 2559f84 commit b62b635

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

interface/src/instruction.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
//! Instruction types.
22
3-
use pinocchio::program_error::ProgramError;
4-
5-
use crate::error::TokenError;
3+
use {crate::error::TokenError, pinocchio::program_error::ProgramError};
64

75
/// Instructions supported by the token program.
86
#[repr(u8)]

0 commit comments

Comments
 (0)