From 4830893c91f4d066a92f65ab47464fae33db7324 Mon Sep 17 00:00:00 2001 From: Vaibhav Valecha Date: Wed, 20 Nov 2024 18:12:37 -0500 Subject: [PATCH] clean up --- script/deploys/DeployRoleRegistry.s.sol | 4 ++-- src/EtherFiRewardsRouter.sol | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 +}