Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidu28 committed Nov 6, 2024
1 parent 622d28e commit 452af30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/script/utils/Utils.sol
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ contract Utils is Script {

function convertOperatorStatusToString(
IRegistryCoordinator.OperatorStatus operatorStatus
) public pure returns (string memory){
) public pure returns (string memory) {
if (operatorStatus == IRegistryCoordinator.OperatorStatus.NEVER_REGISTERED) {
return "NEVER_REGISTERED";
} else if (operatorStatus == IRegistryCoordinator.OperatorStatus.REGISTERED) {
Expand Down

0 comments on commit 452af30

Please sign in to comment.