fix lint
This commit is contained in:
@ -36,6 +36,7 @@ contract ERC721ConsecutiveEnumerableMock is ERC721Consecutive, ERC721Enumerable
|
|||||||
return super._update(to, tokenId, constraints);
|
return super._update(to, tokenId, constraints);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// solhint-disable-next-line func-name-mixedcase
|
||||||
function __unsafe_increaseBalance(
|
function __unsafe_increaseBalance(
|
||||||
address account,
|
address account,
|
||||||
uint256 amount
|
uint256 amount
|
||||||
|
|||||||
@ -49,6 +49,7 @@ contract ERC721ConsecutiveMock is ERC721Consecutive, ERC721Pausable, ERC721Votes
|
|||||||
return super._update(to, tokenId, constraints);
|
return super._update(to, tokenId, constraints);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// solhint-disable-next-line func-name-mixedcase
|
||||||
function __unsafe_increaseBalance(address account, uint256 amount) internal virtual override(ERC721, ERC721Votes) {
|
function __unsafe_increaseBalance(address account, uint256 amount) internal virtual override(ERC721, ERC721Votes) {
|
||||||
super.__unsafe_increaseBalance(account, amount);
|
super.__unsafe_increaseBalance(account, amount);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user