Skip to content

Commit

Permalink
format emits
Browse files Browse the repository at this point in the history
  • Loading branch information
daopunk committed Jul 8, 2024
1 parent 3a0d416 commit 482434a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/E2ELiquidation.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ contract E2ELiquidation is Common {

function readDelayedPrice(bytes32 _cType) public returns (uint256) {
uint256 _p = delayedOracle[_cType].read();
emit log_named_uint('CType Price Read', _p);
emit log_named_uint('CType Price Read', _p);
return _p;
}

Expand Down

0 comments on commit 482434a

Please sign in to comment.