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(),