Skip to content

Commit

Permalink
Merge pull request #57 from defi-wonderland/fix/interface-checker
Browse files Browse the repository at this point in the history
fix: lint line
  • Loading branch information
0xng authored Sep 13, 2024
2 parents c5ffe5f + 9ae653b commit 802e7b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/contracts-bedrock/test/L2/SuperchainERC20.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ contract SuperchainERC20Mock is SuperchainERC20 {
}
/// @title SuperchainERC20Test
/// @notice Contract for testing the SuperchainERC20 contract.

contract SuperchainERC20Test is Test {
address internal constant ZERO_ADDRESS = address(0);
string internal constant NAME = "SuperchainERC20";
Expand Down

0 comments on commit 802e7b6

Please sign in to comment.