Skip to content

Commit 74cf49f

Browse files
committed
fmt: fix formatting
1 parent 39c291d commit 74cf49f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/interfaces/IAsyncCSMM.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { PoolKey } from "v4-core/types/PoolKey.sol";
66

77
interface IAsyncCSMM is IAsyncSwap {
88

9-
109
struct UserParams {
1110
address user;
1211
address executor;

src/interfaces/IRouter.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ interface IRouter {
1616
IAsyncSwap.AsyncOrder order;
1717
}
1818

19-
2019
function swap(IAsyncSwap.AsyncOrder calldata order, bytes calldata userData) external;
2120

2221
function fillOrder(IAsyncSwap.AsyncOrder calldata order, bytes calldata userData) external;

0 commit comments

Comments
 (0)