From 23ce4604c85e1c0a375910a256e527fc0b89ee07 Mon Sep 17 00:00:00 2001 From: Alain Nicolas Date: Fri, 22 Sep 2023 14:15:00 +0200 Subject: [PATCH] Update src/example/NFTPortal.sol --- src/example/NFTPortal.sol | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/example/NFTPortal.sol b/src/example/NFTPortal.sol index 7cc64265..e0478d67 100644 --- a/src/example/NFTPortal.sol +++ b/src/example/NFTPortal.sol @@ -20,7 +20,8 @@ contract NFTPortal is AbstractPortal, ERC721 { address router ) AbstractPortal(modules, router) ERC721("NFTPortal", "NFTPortal") {} - /** @notice Count all attestations assigned to an owner + /** + * @notice Count all attestations assigned to an owner * @param owner An address for whom to query the balance * @return The number of attestations owned by `owner`, possibly zero */