Wrap docstrings to 120 chars (#4600)
This commit is contained in:
@ -78,7 +78,8 @@ library Strings {
|
||||
}
|
||||
|
||||
/**
|
||||
* @dev Converts an `address` with fixed length of 20 bytes to its not checksummed ASCII `string` hexadecimal representation.
|
||||
* @dev Converts an `address` with fixed length of 20 bytes to its not checksummed ASCII `string` hexadecimal
|
||||
* representation.
|
||||
*/
|
||||
function toHexString(address addr) internal pure returns (string memory) {
|
||||
return toHexString(uint256(uint160(addr)), ADDRESS_LENGTH);
|
||||
|
||||
Reference in New Issue
Block a user