Skip to content

Commit

Permalink
forge fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
clement-ux committed Oct 9, 2024
1 parent 3e9d7ce commit 2097537
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/fork/LidoFixedPriceMultiLpARM/Setters.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ contract Fork_Concrete_lidoARM_Setters_Test_ is Fork_Shared_Test_ {

// 20 basis points lower than 1.0
vm.expectEmit({emitter: address(lidoARM)});
emit AbstractARM.CrossPriceUpdated(0.9980e36);
lidoARM.setCrossPrice(0.9980e36);
emit AbstractARM.CrossPriceUpdated(0.998e36);
lidoARM.setCrossPrice(0.998e36);
}

function test_SetCrossPrice_With_StETH_PriceUp_Owner() public {
Expand Down

0 comments on commit 2097537

Please sign in to comment.