Skip to content

Commit

Permalink
chore: add newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz committed Jun 29, 2024
1 parent 0fdff92 commit b6d76cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/contracts/interfaces/IMevCommitAVS.sol
Original file line number Diff line number Diff line change
Expand Up @@ -206,4 +206,4 @@ interface IMevCommitAVS {

/// @dev Updates the eigenlayer metadata URI, restricted to contract owner.
function updateMetadataURI(string memory metadataURI_) external;
}
}
2 changes: 1 addition & 1 deletion contracts/test/validator-registry/avs/EigenPodMock.sol
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ contract EigenPodMock is IEigenPod, Test {
function recoverTokens(IERC20[] memory tokenList, uint256[] memory amountsToWithdraw, address recipient) external {}

function validatorStatus(bytes calldata pubkey) external view returns (VALIDATOR_STATUS){}
}
}

0 comments on commit b6d76cc

Please sign in to comment.