Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Aug 2, 2024
1 parent 65a40f7 commit c150686
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion programs/stake-tests/tests/test_move_stake_and_lamports.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
// in other words the utility functions in this file should not be broken out into modules or used elsewhere

use {
solana_feature_set::{move_stake_and_move_lamports_ixs, stake_raise_minimum_delegation_to_1_sol},
solana_feature_set::{
move_stake_and_move_lamports_ixs, stake_raise_minimum_delegation_to_1_sol,
},
solana_program_test::*,
solana_sdk::{
account::Account as SolanaAccount,
Expand Down

0 comments on commit c150686

Please sign in to comment.