convert 2 spaces to 4 spaces
This commit is contained in:
@ -3,7 +3,7 @@ pragma solidity ^0.4.24;
|
||||
import "../payment/RefundEscrow.sol";
|
||||
|
||||
contract RefundEscrowMock is RefundEscrow {
|
||||
constructor(address beneficiary) public {
|
||||
RefundEscrow.initialize(beneficiary, msg.sender);
|
||||
}
|
||||
constructor(address beneficiary) public {
|
||||
RefundEscrow.initialize(beneficiary, msg.sender);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user