Skip to content

Commit 5c36e71

Browse files
committed
chore: run
1 parent 15002ea commit 5c36e71

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

src/contracts/core/DelegationManager.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ contract DelegationManager is
9191

9292
/**
9393
*
94-
* EXTERNAL FUNCTIONS
94+
* EXTERNAL FUNCTIONS
9595
*
9696
*/
9797

src/contracts/core/RewardsCoordinator.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ contract RewardsCoordinator is
112112

113113
/**
114114
*
115-
* EXTERNAL FUNCTIONS
115+
* EXTERNAL FUNCTIONS
116116
*
117117
*/
118118

src/contracts/core/RewardsCoordinatorStorage.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import "../interfaces/IRewardsCoordinator.sol";
1616
abstract contract RewardsCoordinatorStorage is IRewardsCoordinator {
1717
/**
1818
*
19-
* CONSTANTS AND IMMUTABLES
19+
* CONSTANTS AND IMMUTABLES
2020
*
2121
*/
2222

@@ -42,7 +42,7 @@ abstract contract RewardsCoordinatorStorage is IRewardsCoordinator {
4242

4343
/**
4444
*
45-
* STORAGE
45+
* STORAGE
4646
*
4747
*/
4848

src/contracts/interfaces/IEigenPod.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ interface IEigenPod {
164164

165165
/**
166166
* @notice This function records an update (either increase or decrease) in the pod's balance in the StrategyManager.
167-
* It also verifies a merkle proof of the validator's current beacon chain balance.
167+
* It also verifies a merkle proof of the validator's current beacon chain balance.
168168
* @param oracleTimestamp The oracleTimestamp whose state root the `proof` will be proven against.
169169
* Must be within `VERIFY_BALANCE_UPDATE_WINDOW_SECONDS` of the current block.
170170
* @param validatorIndices is the list of indices of the validators being proven, refer to consensus specs

src/contracts/interfaces/IRewardsCoordinator.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ interface IRewardsCoordinator {
240240

241241
/**
242242
*
243-
* EXTERNAL FUNCTIONS
243+
* EXTERNAL FUNCTIONS
244244
*
245245
*/
246246

0 commit comments

Comments
 (0)