From e5ef998a7673456274e9aac3203ff3412e4550e2 Mon Sep 17 00:00:00 2001 From: wojciech-turek Date: Fri, 15 Sep 2023 11:42:16 +0200 Subject: [PATCH] Format fix --- packages/asset/contracts/Asset.sol | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/asset/contracts/Asset.sol b/packages/asset/contracts/Asset.sol index 0332dc94ae..a9695818b5 100644 --- a/packages/asset/contracts/Asset.sol +++ b/packages/asset/contracts/Asset.sol @@ -355,7 +355,6 @@ contract Asset is return TokenIdUtils.isBridged(tokenId); } - /// @notice This function is used to register Asset contract on the Operator Filterer Registry of OpenSea. Can only be called by admin. /// @dev used to register contract and subscribe to the subscriptionOrRegistrantToCopy's black list. /// @param subscriptionOrRegistrantToCopy registration address of the list to subscribe. @@ -376,4 +375,4 @@ contract Asset is } uint256[49] private __gap; -} \ No newline at end of file +}