Skip to content

Commit

Permalink
prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcabot committed Sep 23, 2022
1 parent 6043129 commit c6c4d5f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions contracts/SoulLinker.sol
Expand Up @@ -29,12 +29,7 @@ contract SoulLinker is Ownable, ISoulLinker {

/// @notice Query if the contract has links for the given token id
/// @return `true` if the contract has links, `false` otherwise
function hasLinks(address, uint256)
external
pure
override
returns (bool)
{
function hasLinks(address, uint256) external pure override returns (bool) {
return false;
}

Expand Down

0 comments on commit c6c4d5f

Please sign in to comment.