From d1d22920286439d39476d4547ebd7df543cebd38 Mon Sep 17 00:00:00 2001 From: Sergio Chouhy Date: Wed, 26 Nov 2025 20:13:23 -0300 Subject: [PATCH] fmt --- nssa/src/state.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nssa/src/state.rs b/nssa/src/state.rs index 90d2a9a..cef7791 100644 --- a/nssa/src/state.rs +++ b/nssa/src/state.rs @@ -2110,7 +2110,7 @@ pub mod tests { let message = public_transaction::Message::try_new( program.id(), vec![to, from], // The chain_caller program permutes the account order in the chain - // call + // call vec![0], instruction, ) @@ -2148,7 +2148,7 @@ pub mod tests { let message = public_transaction::Message::try_new( program.id(), vec![to, from], // The chain_caller program permutes the account order in the chain - // call + // call vec![0], instruction, )