Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
dianakocsis committed May 16, 2024
1 parent 5bd9711 commit 7b89ad8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/libraries/Position.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ contract PositionTest is Test {
position.liquidity = liquidity;
position.feeGrowthInside0LastX128 = feeGrowthInside0X128;
position.feeGrowthInside1LastX128 = feeGrowthInside1X128;

if (position.liquidity == 0 && liquidityDelta == 0) {
vm.expectRevert(Position.CannotUpdateEmptyPosition.selector);
}
Expand Down

0 comments on commit 7b89ad8

Please sign in to comment.