Skip to content

Commit 9bac22f

Browse files
committed
forge fmt
1 parent c4f4aea commit 9bac22f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

test/unit/CowWrapper.t.sol

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,12 @@ contract CowWrapperTest is Test {
3939
}
4040

4141
function _emptyInteractions() private pure returns (ICowSettlement.Interaction[][3] memory) {
42-
return [new ICowSettlement.Interaction[](0), new ICowSettlement.Interaction[](0), new ICowSettlement.Interaction[](0)];
42+
return
43+
[
44+
new ICowSettlement.Interaction[](0),
45+
new ICowSettlement.Interaction[](0),
46+
new ICowSettlement.Interaction[](0)
47+
];
4348
}
4449

4550
function _createSimpleSettleData(uint256 tokenCount) private returns (bytes memory) {

0 commit comments

Comments
 (0)