Skip to content

Commit

Permalink
chore: linting updates
Browse files Browse the repository at this point in the history
  • Loading branch information
RishabhSGT committed Aug 19, 2024
1 parent b5a4806 commit ecfb17f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/base/SBTUpgradeable.sol
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ contract SBTUpgradeable is
/**
* @dev See {IERC721-safeTransferFrom}.
*/
function transferFrom(
function transferFrom(
address from,
address to,
uint256 tokenId
Expand All @@ -147,7 +147,7 @@ contract SBTUpgradeable is
*
* Emits a {Transfer} event.
*/
function _safeTransfer(
function _safeTransfer(
address from,
address to,
uint256 tokenId,
Expand Down

0 comments on commit ecfb17f

Please sign in to comment.