Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
a17 committed Oct 26, 2024
1 parent 54dbbdf commit 1973ae1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/adapters/DiaAdapter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ contract DiaAdapter is Controllable, IOracleAdapter {

/// @inheritdoc IOracleAdapter
function getAllPrices()
external
view
returns (address[] memory assets_, uint[] memory prices, uint[] memory timestamps)
external
view
returns (address[] memory assets_, uint[] memory prices, uint[] memory timestamps)
{
uint len = _assets.length();
assets_ = _assets.values();
Expand Down

0 comments on commit 1973ae1

Please sign in to comment.