Skip to content

Commit

Permalink
linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jhweintraub committed Dec 23, 2024
1 parent 76a9229 commit 1d88712
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {BurnMintSetup} from "../BurnMintTokenPool/BurnMintSetup.t.sol";
contract BurnToAddressMintTokenPoolSetup is BurnMintSetup {
BurnToAddressMintTokenPool internal s_pool;

uint256 initialTokenAmount = 20_000e18;
uint256 internal initialTokenAmount = 20_000e18;

function setUp() public virtual override {
BurnMintSetup.setUp();
Expand Down

0 comments on commit 1d88712

Please sign in to comment.