fix: solium errors - blank-line only
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
pragma solidity ^0.4.18;
|
||||
|
||||
|
||||
import "./Claimable.sol";
|
||||
|
||||
|
||||
@ -26,7 +25,6 @@ contract DelayedClaimable is Claimable {
|
||||
start = _start;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @dev Allows the pendingOwner address to finalize the transfer, as long as it is called within
|
||||
* the specified start and end time.
|
||||
|
||||
Reference in New Issue
Block a user