Skip to content

Commit 9193f59

Browse files
lint
1 parent 69245d0 commit 9193f59

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/MaglevEulerSwapFactory.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ contract MaglevEulerSwapFactory is IMaglevEulerSwapFactory, Ownable {
6464
uint256 concentrationX = pool.concentrationX();
6565
uint256 concentrationY = pool.concentrationY();
6666

67-
6867
bytes32 poolKey = keccak256(
6968
abi.encode(poolAsset0, poolAsset1, feeMultiplier, myAccount, priceX, priceY, concentrationX, concentrationY)
7069
);

0 commit comments

Comments
 (0)