Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kingster-will committed Apr 14, 2024
1 parent c42e9aa commit 67b3f0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/registries/IPAssetRegistry.sol
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ contract IPAssetRegistry is IIPAssetRegistry, IPAccountRegistry, AccessManagedUp
address tokenContract,
uint256 tokenId
) internal view returns (string memory name, string memory uri) {

if (chainid != block.chainid) {
name = string.concat(chainid.toString(), ": ", tokenContract.toHexString(), " #", tokenId.toString());
uri = "";
Expand Down

0 comments on commit 67b3f0c

Please sign in to comment.