chore: fmt

This commit is contained in:
royvardhan
2025-01-30 19:00:15 +05:30
parent ea504faca1
commit 719a15c0e5
4 changed files with 4 additions and 4 deletions

View File

@@ -396,4 +396,4 @@ contract TychoRouter is
return (amountOwed, tokenOwed);
}
}
}

View File

@@ -42,4 +42,4 @@ contract Constants is Test {
vm.etch(DUMMY, minimalBytecode);
vm.etch(DUMMY2, minimalBytecode);
}
}
}

View File

@@ -625,4 +625,4 @@ contract TychoRouterTest is TychoRouterTestSetup {
vm.stopPrank();
}
}
}

View File

@@ -192,4 +192,4 @@ contract TychoRouterTestSetup is Test, Constants {
) internal pure returns (bytes memory) {
return abi.encodePacked(tokenIn, target, receiver, zero2one);
}
}
}