From d5837aa0f61ea6be8b3e881206804c43c19b7294 Mon Sep 17 00:00:00 2001 From: bristinWild Date: Mon, 8 Jun 2026 14:07:58 +0530 Subject: [PATCH] style: cargo fmt after authority redesign --- programs/amm/src/tests.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/programs/amm/src/tests.rs b/programs/amm/src/tests.rs index cde63a5..f1d9f18 100644 --- a/programs/amm/src/tests.rs +++ b/programs/amm/src/tests.rs @@ -3267,7 +3267,7 @@ fn test_new_definition_lp_symmetric_amounts() { &token_core::Instruction::NewFungibleDefinition { name: String::from("LP Token"), total_supply: MINIMUM_LIQUIDITY, - mint_authority: Some(pool_lp_auth.account_id), + mint_authority: Some(pool_lp_auth.account_id), }, ) .with_pda_seeds(vec![ @@ -3370,7 +3370,7 @@ fn test_minimum_liquidity_lock_and_remove_all_user_lp() { &token_core::Instruction::NewFungibleDefinition { name: String::from("LP Token"), total_supply: MINIMUM_LIQUIDITY, - mint_authority: Some(pool_lp_auth.account_id), + mint_authority: Some(pool_lp_auth.account_id), }, ) .with_pda_seeds(vec![