Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Nov 1, 2023
1 parent f575201 commit 1c4df8b
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 14 deletions.
49 changes: 36 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion src/TinyENS.sol
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ contract TinyENS is ITinyENS {
return registry[name];
}

function reverse(address targetAddress) external view returns (string memory) {
function reverse(
address targetAddress
) external view returns (string memory) {
return reverseRegistry[targetAddress];
}
}

0 comments on commit 1c4df8b

Please sign in to comment.