Update Prettier Solidity (#3898)
This commit is contained in:
@ -48,11 +48,10 @@ library ERC165Checker {
|
||||
*
|
||||
* _Available since v3.4._
|
||||
*/
|
||||
function getSupportedInterfaces(address account, bytes4[] memory interfaceIds)
|
||||
internal
|
||||
view
|
||||
returns (bool[] memory)
|
||||
{
|
||||
function getSupportedInterfaces(
|
||||
address account,
|
||||
bytes4[] memory interfaceIds
|
||||
) internal view returns (bool[] memory) {
|
||||
// an array of booleans corresponding to interfaceIds and whether they're supported or not
|
||||
bool[] memory interfaceIdsSupported = new bool[](interfaceIds.length);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user