Skip to content
Prev Previous commit
Next Next commit
fix lint
  • Loading branch information
JulissaDantes committed Dec 19, 2022
commit 7866503af4d3bf6c199eba803afa83d0c65d2332
2 changes: 1 addition & 1 deletion contracts/token/ERC721/extensions/ERC721Consecutive.sol
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,4 @@ abstract contract ERC721Consecutive is IERC2309, ERC721 {
(bool exists, uint96 latestId, ) = _sequentialOwnership.latestCheckpoint();
return exists ? latestId + 1 : 0;
}
}
}