Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
SamBorisov committed Nov 21, 2024
1 parent 3926112 commit 26de2f9
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions contracts/HydraChain/HydraChain.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,7 @@ import {Uptime} from "./modules/ValidatorManager/IValidatorManager.sol";
import {IHydraChain} from "./IHydraChain.sol";
import {Epoch} from "./IHydraChain.sol";

contract HydraChain is
IHydraChain,
HydraStakingConnector,
ValidatorManager,
Inspector,
DaoIncentive,
ValidatorsData
{
contract HydraChain is IHydraChain, HydraStakingConnector, ValidatorManager, Inspector, DaoIncentive, ValidatorsData {
using ArraysUpgradeable for uint256[];

uint256 public currentEpochId;
Expand Down

0 comments on commit 26de2f9

Please sign in to comment.