Skip to content

Commit eebe37d

Browse files
committed
fix: remove extra random space
1 parent 7178e33 commit eebe37d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/libs/contracts-sdk/contracts/fees/facets/AavePerfFeeFacet.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ contract AavePerfFeeFacet {
2727
// 2 = Aave
2828
uint256 private constant VAULT_PROVIDER = 2;
2929

30-
/* ========== MUTATIVE FUNCTIONS ========== */
30+
/* ========== MUTATIVE FUNCTIONS ========== */
3131

3232
/**
3333
* @notice Deposits assets into Aave

packages/libs/contracts-sdk/contracts/fees/facets/MorphoPerfFeeFacet.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ contract MorphoPerfFeeFacet {
2727
// 1 = Morpho
2828
uint256 private constant VAULT_PROVIDER = 1;
2929

30-
/* ========== MUTATIVE FUNCTIONS ========== */
30+
/* ========== MUTATIVE FUNCTIONS ========== */
3131

3232
/**
3333
* @notice Deposits assets into Morpho

0 commit comments

Comments
 (0)