Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
filipviz committed Apr 6, 2024
1 parent 5475476 commit 1665e39
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/JB721TiersHook.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1665e39

Please sign in to comment.