Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
JSHan94 committed Dec 11, 2024
1 parent 0f790fa commit e5c6c61
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/interfaces/IConnectOracle.sol
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,5 @@ interface IConnectOracle {

function get_all_currency_pairs() external returns (string memory);
function get_price(string memory pair_id) external returns (Price memory);
function get_prices(
string[] memory pair_ids
) external returns (Price[] memory);
function get_prices(string[] memory pair_ids) external returns (Price[] memory);
}

0 comments on commit e5c6c61

Please sign in to comment.