Skip to content

Commit 2960ff8

Browse files
committed
chore: fmt
1 parent 6a8741c commit 2960ff8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/morpho-chainlink/MorphoChainlinkOracleV2.sol

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ contract MorphoChainlinkOracleV2 is IMorphoChainlinkOracleV2 {
8282
AggregatorV3Interface quoteFeed2,
8383
uint256 quoteTokenDecimals
8484
) {
85-
// The ERC4626 vault parameters are used to price their respective conversion samples of their respective shares,
86-
// so it requires multiplying by `QUOTE_VAULT_CONVERSION_SAMPLE` and dividing `BASE_VAULT_CONVERSION_SAMPLE` by
87-
// the `SCALE_FACTOR` definition.
85+
// The ERC4626 vault parameters are used to price their respective conversion samples of their respective
86+
// shares, so it requires multiplying by `QUOTE_VAULT_CONVERSION_SAMPLE` and dividing
87+
// `BASE_VAULT_CONVERSION_SAMPLE` by the `SCALE_FACTOR` definition.
8888
// Verify that vault = address(0) => vaultConversionSample = 1 for each vault.
8989
require(
9090
address(baseVault) != address(0) || baseVaultConversionSample == 1,

0 commit comments

Comments
 (0)