Browse Source

Fix formatting

febo 5 months ago
parent
commit
b62b635211
1 changed files with 1 additions and 3 deletions
  1. 1 3
      interface/src/instruction.rs

+ 1 - 3
interface/src/instruction.rs

@@ -1,8 +1,6 @@
 //! Instruction types.
 
-use pinocchio::program_error::ProgramError;
-
-use crate::error::TokenError;
+use {crate::error::TokenError, pinocchio::program_error::ProgramError};
 
 /// Instructions supported by the token program.
 #[repr(u8)]