Skip to content

Commit 4703fa9

Browse files
committed
chore: format
1 parent a669f39 commit 4703fa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/BatchTransferFraction.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ contract BatchTransferFraction {
4848
}
4949
}
5050

51-
/// @notice Returns the base type of a token ID
52-
/// @dev The base type is the first 128 bits of the token ID
51+
/// @notice Returns the base type of a token ID
52+
/// @dev The base type is the first 128 bits of the token ID
5353
function getBaseType(uint256 tokenId) public pure returns (uint256) {
5454
return tokenId & (type(uint256).max << 128);
5555
}

0 commit comments

Comments
 (0)