convert 2 spaces to 4 spaces
This commit is contained in:
@ -8,9 +8,9 @@ pragma solidity ^0.4.24;
|
||||
// @author Remco Bloemen <remco@neufund.org>
|
||||
contract ForceEther {
|
||||
|
||||
constructor() public payable { }
|
||||
constructor() public payable { }
|
||||
|
||||
function destroyAndSend(address recipient) public {
|
||||
selfdestruct(recipient);
|
||||
}
|
||||
function destroyAndSend(address recipient) public {
|
||||
selfdestruct(recipient);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user