Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ungaro committed Dec 5, 2024
1 parent f4deb45 commit d69f5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nest/src/AggregateToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ contract AggregateToken is ComponentToken, IAggregateToken, ERC1155Holder {
IComponentToken componentToken,
uint256 amount
) external nonReentrant onlyRole(ADMIN_ROLE) {
// Verify the componentToken is in our list
// Verify the componentToken is in componentTokenMap
if (!_getAggregateTokenStorage().componentTokenMap[componentToken]) {
revert ComponentTokenNotListed(componentToken);
}
Expand Down

0 comments on commit d69f5ac

Please sign in to comment.