Files
openzeppelin-contracts/contracts/mocks/ERC165/ERC165NotSupported.sol
Francisco Giordano e7aa8dedbc Turn off blank-lines Solium rule (#1284)
* turn off blank-lines rule

* remove triple newlines

(cherry picked from commit 9b37104655)
2018-10-20 21:07:49 +00:00

6 lines
59 B
Solidity

pragma solidity ^0.4.24;
contract ERC165NotSupported {
}