Skip to content

Commit

Permalink
Remove unnecessary line break
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkeating committed Oct 16, 2023
1 parent ea5da72 commit c4ce231
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/FakeERC20.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
pragma solidity ^0.8.20;

import {ERC20Votes} from "openzeppelin/token/ERC20/extensions/ERC20Votes.sol";

import {ERC20Permit} from "openzeppelin/token/ERC20/extensions/ERC20Permit.sol";
import {ERC20} from "openzeppelin/token/ERC20/ERC20.sol";
import {IERC20Mint} from "src/interfaces/IERC20Mint.sol";
Expand Down

0 comments on commit c4ce231

Please sign in to comment.