Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidmeister committed Oct 26, 2024
1 parent aa56f26 commit dd91d0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/concrete/oracle/SceptreStakedFlrOracle.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {Address} from "openzeppelin-contracts/contracts/utils/Address.sol";
import {LibSceptreStakedFlare} from "rain.flare/lib/sflr/LibSceptreStakedFlare.sol";

contract SceptreStakedFlrOracle is IPriceOracleV2 {

/// @inheritdoc IPriceOracleV2
function price() external payable override returns (uint256) {
uint256 val = LibSceptreStakedFlare.getSFLRPerFLR18();
Expand Down

0 comments on commit dd91d0b

Please sign in to comment.