fix: solium linting errors (#1113)

* fix: solium linting errors, fixes #1092

* fix: remove uppercase requirement
This commit is contained in:
Matt Condon
2018-07-27 10:53:24 +08:00
committed by Nicolás Venturo
parent 2f6c8b05f6
commit 4c6575bf2f
6 changed files with 18 additions and 8 deletions

View File

@ -9,6 +9,7 @@ import "./ERC165.sol";
* @dev Implements ERC165 using a lookup table.
*/
contract SupportsInterfaceWithLookup is ERC165 {
bytes4 public constant InterfaceId_ERC165 = 0x01ffc9a7;
/**
* 0x01ffc9a7 ===