Skip to content

Commit 62d3076

Browse files
committed
style: fix format
1 parent f6bbf06 commit 62d3076

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/Polyswap.sol

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ string constant CONDITION_NOT_MET = "condition not met";
2020
string constant POLYMARKET_ORDER_CANCELLED = "polymarket order cancelled";
2121

2222
/**
23-
* @title Polyswap Conditional Order
24-
* @dev This contract implements the logic for generating a tradeable order based on a Polyswap order.
25-
* It inherits from BaseConditionalOrder to work with the ComposableCoW framework.
26-
**/
23+
* @title Polyswap Conditional Order
24+
* @dev This contract implements the logic for generating a tradeable order based on a Polyswap order.
25+
* It inherits from BaseConditionalOrder to work with the ComposableCoW framework.
26+
*
27+
*/
2728
contract Polyswap is BaseConditionalOrder {
2829
ComposableCoW public immutable composableCow;
2930
Trading public immutable polymarket;

0 commit comments

Comments
 (0)