chore: fmt
This commit is contained in:
@@ -396,4 +396,4 @@ contract TychoRouter is
|
|||||||
|
|
||||||
return (amountOwed, tokenOwed);
|
return (amountOwed, tokenOwed);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -42,4 +42,4 @@ contract Constants is Test {
|
|||||||
vm.etch(DUMMY, minimalBytecode);
|
vm.etch(DUMMY, minimalBytecode);
|
||||||
vm.etch(DUMMY2, minimalBytecode);
|
vm.etch(DUMMY2, minimalBytecode);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -625,4 +625,4 @@ contract TychoRouterTest is TychoRouterTestSetup {
|
|||||||
|
|
||||||
vm.stopPrank();
|
vm.stopPrank();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -192,4 +192,4 @@ contract TychoRouterTestSetup is Test, Constants {
|
|||||||
) internal pure returns (bytes memory) {
|
) internal pure returns (bytes memory) {
|
||||||
return abi.encodePacked(tokenIn, target, receiver, zero2one);
|
return abi.encodePacked(tokenIn, target, receiver, zero2one);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user