Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Foivos committed Dec 23, 2024
1 parent 55b7313 commit a56fd79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/InterchainTokenFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ contract InterchainTokenFactory is IInterchainTokenFactory, ITokenManagerType, M

function _checkToken(address tokenAddress) internal view {
IERC20Named token = IERC20Named(tokenAddress);

// slither-disable-next-line unused-return
try token.name() {} catch {
revert NotToken(tokenAddress);
Expand Down

0 comments on commit a56fd79

Please sign in to comment.