We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4f4aea commit 9bac22fCopy full SHA for 9bac22f
test/unit/CowWrapper.t.sol
@@ -39,7 +39,12 @@ contract CowWrapperTest is Test {
39
}
40
41
function _emptyInteractions() private pure returns (ICowSettlement.Interaction[][3] memory) {
42
- return [new ICowSettlement.Interaction[](0), new ICowSettlement.Interaction[](0), new ICowSettlement.Interaction[](0)];
+ return
43
+ [
44
+ new ICowSettlement.Interaction[](0),
45
46
+ new ICowSettlement.Interaction[](0)
47
+ ];
48
49
50
function _createSimpleSettleData(uint256 tokenCount) private returns (bytes memory) {
0 commit comments