Skip to content

Commit 1534921

Browse files
committed
chore: fix formatting
1 parent 76716fc commit 1534921

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/ChainlinkOracle.sol

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,12 @@ contract ChainlinkOracle is IChainlinkOracle {
5959
/// - The vault, if set, is ERC4626-compliant.
6060
/// @param baseVault Base vault. Pass address zero to omit this parameter.
6161
/// @param baseVaultConversionSample The sample amount of base vault shares used to convert to underlying.
62-
/// Pass 1 if the base asset is not a vault. Should be chosen such that converting `baseVaultConversionSample` to assets has enough precision.
62+
/// Pass 1 if the base asset is not a vault. Should be chosen such that converting `baseVaultConversionSample` to
63+
/// assets has enough precision.
6364
/// @param quoteVault Quote vault. Pass address zero to omit this parameter.
6465
/// @param quoteVaultConversionSample The sample amount of quote vault shares used to convert to underlying.
65-
/// Pass 1 if the base asset is not a vault. Should be chosen such that converting `quoteVaultConversionSample` to assets has enough precision.
66+
/// Pass 1 if the base asset is not a vault. Should be chosen such that converting `quoteVaultConversionSample` to
67+
/// assets has enough precision.
6668
/// @param baseFeed1 First base feed. Pass address zero if the price = 1.
6769
/// @param baseFeed2 Second base feed. Pass address zero if the price = 1.
6870
/// @param quoteFeed1 First quote feed. Pass address zero if the price = 1.

0 commit comments

Comments
 (0)