From 7cf8a7eeed91334c7b3eb6faaf155243dbad08d4 Mon Sep 17 00:00:00 2001 From: TAMARA LIPOWSKI Date: Wed, 9 Jul 2025 15:47:43 -0400 Subject: [PATCH] chore: nightly fmt --- tests/uniswap_x_integration_tests.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/uniswap_x_integration_tests.rs b/tests/uniswap_x_integration_tests.rs index e349b40..80c955a 100644 --- a/tests/uniswap_x_integration_tests.rs +++ b/tests/uniswap_x_integration_tests.rs @@ -29,8 +29,7 @@ fn test_sequential_swap_usx() { // Creates all the calldata needed for the uniswap X callbackData let filler = Bytes::from_str("0x6D9da78B6A5BEdcA287AA5d49613bA36b90c15C4").unwrap(); - let usx_reactor = Address::from_str("0x00000011F84B9aa48e5f8aA8B9897600006289Be") - .unwrap(); + let usx_reactor = Address::from_str("0x00000011F84B9aa48e5f8aA8B9897600006289Be").unwrap(); let dai = dai(); let usdc = usdc();