Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Oct 31, 2024
1 parent b757bfc commit dadcedc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions memo/program/src/processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,8 @@ pub fn process_instruction(
#[cfg(test)]
mod tests {
use {
super::*,
solana_account_info::IntoAccountInfo,
solana_program_error::ProgramError,
solana_pubkey::Pubkey,
solana_sdk::account::Account,
super::*, solana_account_info::IntoAccountInfo, solana_program_error::ProgramError,
solana_pubkey::Pubkey, solana_sdk::account::Account,
};

#[test]
Expand Down
4 changes: 2 additions & 2 deletions memo/program/tests/functional.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#![cfg(feature = "test-sbf")]

use {
solana_instruction::{AccountMeta, Instruction, error::InstructionError},
solana_pubkey::Pubkey,
solana_instruction::{error::InstructionError, AccountMeta, Instruction},
solana_program_test::*,
solana_pubkey::Pubkey,
solana_sdk::{
signature::{Keypair, Signer},
transaction::{Transaction, TransactionError},
Expand Down

0 comments on commit dadcedc

Please sign in to comment.