From 390bf59660d46f539c29a97a36f9274590d34d02 Mon Sep 17 00:00:00 2001 From: Moudy Date: Thu, 16 Apr 2026 19:11:46 +0200 Subject: [PATCH] fix: nightly fmt --- integration_tests/tests/tps.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/integration_tests/tests/tps.rs b/integration_tests/tests/tps.rs index 8b49c3be..7d2a6d29 100644 --- a/integration_tests/tests/tps.rs +++ b/integration_tests/tests/tps.rs @@ -249,10 +249,7 @@ fn build_privacy_transaction() -> PrivacyPreservingTransaction { vec![sender_pre, recipient_pre], Program::serialize_instruction(balance_to_move).unwrap(), vec![1, 2], - vec![ - (sender_npk, sender_ss), - (recipient_npk, recipient_ss), - ], + vec![(sender_npk, sender_ss), (recipient_npk, recipient_ss)], vec![sender_nsk], vec![Some(proof)], &program.into(),