Skip to content

Commit

Permalink
Remove long lines
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaStebaev committed Sep 11, 2023
1 parent 479a996 commit 4864542
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion contracts/EtherbaseUpgradeable.sol
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@

pragma solidity ^0.8.11;

import { AccessControlEnumerableUpgradeable, AccessControlUpgradeable } from "@openzeppelin/contracts-upgradeable/access/AccessControlEnumerableUpgradeable.sol";
import {
AccessControlEnumerableUpgradeable,
AccessControlUpgradeable
} from "@openzeppelin/contracts-upgradeable/access/AccessControlEnumerableUpgradeable.sol";

import { IEtherbaseUpgradeable } from "./interfaces/IEtherbaseUpgradeable.sol";

Expand Down

0 comments on commit 4864542

Please sign in to comment.