Remove unnecessary explicit assignment override (#4443)

This commit is contained in:
Francisco
2023-07-11 16:35:56 -03:00
committed by GitHub
parent 24ebff5ae9
commit 8b72e20e32
3 changed files with 3 additions and 3 deletions

View File

@ -142,7 +142,7 @@ index 36f076e5..90c1db78 100644
* separator of the implementation contract. This will cause the {_domainSeparatorV4} function to always rebuild the
* separator from the immutable values, which is cheaper than accessing a cached version in cold storage.
- *
- * @custom:oz-upgrades-unsafe-allow state-variable-immutable state-variable-assignment
- * @custom:oz-upgrades-unsafe-allow state-variable-immutable
*/
abstract contract EIP712 is IERC5267 {
- using ShortStrings for *;