From 1665e39d5078b613eefb3566b8306df7d950e696 Mon Sep 17 00:00:00 2001 From: Filip Date: Sat, 6 Apr 2024 13:52:43 -0400 Subject: [PATCH] fmt --- src/JB721TiersHook.sol | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/JB721TiersHook.sol b/src/JB721TiersHook.sol index 7af749c8..acba65a0 100644 --- a/src/JB721TiersHook.sol +++ b/src/JB721TiersHook.sol @@ -404,11 +404,7 @@ contract JB721TiersHook is JBOwnable, ERC2771Context, JB721Hook, IJB721TiersHook override { // Enforce permissions. - _requirePermissionFrom({ - account: owner(), - projectId: projectId, - permissionId: JBPermissionIds.SET_721_METADATA - }); + _requirePermissionFrom({account: owner(), projectId: projectId, permissionId: JBPermissionIds.SET_721_METADATA}); if (bytes(baseUri).length != 0) { // Store the new base URI.