From 719a15c0e52868e46883263b219277b6b22432fb Mon Sep 17 00:00:00 2001 From: royvardhan Date: Thu, 30 Jan 2025 19:00:15 +0530 Subject: [PATCH] chore: fmt --- foundry/src/TychoRouter.sol | 2 +- foundry/test/Constants.sol | 2 +- foundry/test/TychoRouter.t.sol | 2 +- foundry/test/TychoRouterTestSetup.sol | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/foundry/src/TychoRouter.sol b/foundry/src/TychoRouter.sol index 792989d..ed2ebe3 100644 --- a/foundry/src/TychoRouter.sol +++ b/foundry/src/TychoRouter.sol @@ -396,4 +396,4 @@ contract TychoRouter is return (amountOwed, tokenOwed); } -} \ No newline at end of file +} diff --git a/foundry/test/Constants.sol b/foundry/test/Constants.sol index 6f2c361..8cad6fb 100644 --- a/foundry/test/Constants.sol +++ b/foundry/test/Constants.sol @@ -42,4 +42,4 @@ contract Constants is Test { vm.etch(DUMMY, minimalBytecode); vm.etch(DUMMY2, minimalBytecode); } -} \ No newline at end of file +} diff --git a/foundry/test/TychoRouter.t.sol b/foundry/test/TychoRouter.t.sol index 3e3e94d..017a594 100644 --- a/foundry/test/TychoRouter.t.sol +++ b/foundry/test/TychoRouter.t.sol @@ -625,4 +625,4 @@ contract TychoRouterTest is TychoRouterTestSetup { vm.stopPrank(); } -} \ No newline at end of file +} diff --git a/foundry/test/TychoRouterTestSetup.sol b/foundry/test/TychoRouterTestSetup.sol index 9e0ccc0..dc5e713 100644 --- a/foundry/test/TychoRouterTestSetup.sol +++ b/foundry/test/TychoRouterTestSetup.sol @@ -192,4 +192,4 @@ contract TychoRouterTestSetup is Test, Constants { ) internal pure returns (bytes memory) { return abi.encodePacked(tokenIn, target, receiver, zero2one); } -} \ No newline at end of file +}