Skip to content

Commit

Permalink
Contracts/DestructibleMock: Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
justuswilhelm committed Jul 26, 2018
1 parent 1d201b0 commit 85c479b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/mocks/DestructibleMock.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ pragma solidity ^0.4.24;

import "../lifecycle/Destructible.sol";


contract DestructibleMock is Destructible {
function() payable public {}
}

0 comments on commit 85c479b

Please sign in to comment.