Skip to content

Commit

Permalink
lint: forge fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
xenide committed Mar 28, 2024
1 parent 4119a6b commit 5847fcd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/ReservoirPriceOracle.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.0;

import { IReservoirPriceOracle, OracleAverageQuery, OracleLatestQuery, OracleAccumulatorQuery, Variable } from "src/interfaces/IReservoirPriceOracle.sol";
import {
IReservoirPriceOracle,
OracleAverageQuery,
OracleLatestQuery,
OracleAccumulatorQuery,
Variable
} from "src/interfaces/IReservoirPriceOracle.sol";

contract ReservoirPriceOracle is IReservoirPriceOracle {
function getTimeWeightedAverage(OracleAverageQuery[] memory aQueries)
Expand Down

0 comments on commit 5847fcd

Please sign in to comment.