Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
vvalecha519 committed Nov 20, 2024
1 parent 67d6a9a commit 4830893
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions script/deploys/DeployRoleRegistry.s.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/ SPDX-License-Identifier: UNLICENSED
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.24;

import "forge-std/Script.sol";
Expand Down Expand Up @@ -28,4 +28,4 @@ contract DeployRoleRegistry is Script {

vm.stopBroadcast();
}
}
}
2 changes: 1 addition & 1 deletion src/EtherFiRewardsRouter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ contract EtherFiRewardsRouter is OwnableUpgradeable, UUPSUpgradeable {
function _authorizeUpgrade(address newImplementation) internal override onlyOwner {}

function getImplementation() external view returns (address) {return _getImplementation();}
}
}

0 comments on commit 4830893

Please sign in to comment.