From 40323b9f64ffb232562ee526f590a88003aea7d4 Mon Sep 17 00:00:00 2001 From: Alice Henshaw Date: Sat, 3 Aug 2024 19:03:55 +0100 Subject: [PATCH] lint --- test/router/V4Router.t.sol | 1 - 1 file changed, 1 deletion(-) diff --git a/test/router/V4Router.t.sol b/test/router/V4Router.t.sol index 5df22ff4..9a8705d3 100644 --- a/test/router/V4Router.t.sol +++ b/test/router/V4Router.t.sol @@ -111,7 +111,6 @@ contract V4RouterTest is RoutingTestHelpers { assertEq(outputBalanceAfter, outputBalanceBefore); } - // This is not a real use-case in isolation, but will be used in the UniversalRouter if a v4 // swap is before another swap on v2/v3 function test_swapExactInputSingle_zeroForOne_takeToRouter() public {