Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
xenide committed Mar 7, 2024
1 parent 8c8a9ff commit e9d2c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/interfaces/IUSDC.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pragma solidity ^0.8.0;

interface IUSDC {
function masterMinter() view external returns (address);
function masterMinter() external view returns (address);
function mint(address dst, uint256 amount) external;
function configureMinter(address minter, uint256 minterAllowedAmount) external returns (bool);
}

0 comments on commit e9d2c1a

Please sign in to comment.