diff --git a/script/deploys/DeployRoleRegistry.s.sol b/script/deploys/DeployRoleRegistry.s.sol index d8b28301..20acf96a 100644 --- a/script/deploys/DeployRoleRegistry.s.sol +++ b/script/deploys/DeployRoleRegistry.s.sol @@ -1,4 +1,4 @@ -/ SPDX-License-Identifier: UNLICENSED +// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.24; import "forge-std/Script.sol"; @@ -28,4 +28,4 @@ contract DeployRoleRegistry is Script { vm.stopBroadcast(); } -} \ No newline at end of file +} diff --git a/src/EtherFiRewardsRouter.sol b/src/EtherFiRewardsRouter.sol index a5a80281..617c807b 100644 --- a/src/EtherFiRewardsRouter.sol +++ b/src/EtherFiRewardsRouter.sol @@ -70,4 +70,4 @@ contract EtherFiRewardsRouter is OwnableUpgradeable, UUPSUpgradeable { function _authorizeUpgrade(address newImplementation) internal override onlyOwner {} function getImplementation() external view returns (address) {return _getImplementation();} -} \ No newline at end of file +}