Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
franzns committed Dec 13, 2024
1 parent 9a64d5b commit 75e9ac7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/token/SonicBeetsMigrator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ contract SonicBeetsMigrator {

address public admin;

constructor(
IERC20 _OPERABEETS,
IERC20 _SONICBEETS,
address _TREASURY
) {
constructor(IERC20 _OPERABEETS, IERC20 _SONICBEETS, address _TREASURY) {
OPERABEETS = _OPERABEETS;
SONICBEETS = _SONICBEETS;
TREASURY = _TREASURY;
Expand Down

0 comments on commit 75e9ac7

Please sign in to comment.