Skip to content

Commit

Permalink
lint sol fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
josojo committed Mar 3, 2024
1 parent b722da8 commit 5bb7176
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/lib/BridgeAssetOperations.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {TokenWrapped} from "@RealityETH/zkevm-contracts/contracts/lib/TokenWrapp
import {ForkableBridge} from "../ForkableBridge.sol";
import {IForkonomicToken} from "../interfaces/IForkonomicToken.sol";
import {IERC20} from "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import {IERC20Metadata} from "@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol";

library BridgeAssetOperations {
// @dev Error thrown when forkable token is intended to be used, but it is not forkable
Expand Down

0 comments on commit 5bb7176

Please sign in to comment.