From 5ce49a45fda8d809bd6497706db147faebff7930 Mon Sep 17 00:00:00 2001 From: Francisco Giordano Date: Thu, 13 Jul 2023 18:19:30 -0300 Subject: [PATCH] remove unnecessary solhint annotation --- contracts/mocks/token/ERC721ConsecutiveMock.sol | 1 - 1 file changed, 1 deletion(-) diff --git a/contracts/mocks/token/ERC721ConsecutiveMock.sol b/contracts/mocks/token/ERC721ConsecutiveMock.sol index 0458943d6..2990076c7 100644 --- a/contracts/mocks/token/ERC721ConsecutiveMock.sol +++ b/contracts/mocks/token/ERC721ConsecutiveMock.sol @@ -49,7 +49,6 @@ contract ERC721ConsecutiveMock is ERC721Consecutive, ERC721Pausable, ERC721Votes return super._update(to, tokenId, auth); } - // solhint-disable-next-line func-name-mixedcase function _increaseBalance(address account, uint128 amount) internal virtual override(ERC721, ERC721Votes) { super._increaseBalance(account, amount); }