Skip to content

Commit

Permalink
inheritdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ConjunctiveNormalForm committed Nov 17, 2023
1 parent c5b8c22 commit 1d8f14f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contracts/lens/Quoter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ contract Quoter is IQuoter {
manager = IPoolManager(_poolManager);
}

/// @inheritdoc IQuoter
function quoteExactInputSingle(ExactInputSingleParams memory params)
external
override
Expand All @@ -35,6 +36,7 @@ contract Quoter is IQuoter {
}
}

/// @inheritdoc IQuoter
function quoteExactInput(ExactInputParams memory params)
external
returns (
Expand Down

0 comments on commit 1d8f14f

Please sign in to comment.