mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove trailing whitespace in all contract files.
This commit is contained in:
@@ -3,12 +3,12 @@ pragma solidity ^0.4.11;
|
||||
import "./safeMath.sol";
|
||||
|
||||
contract multiOwner is safeMath {
|
||||
|
||||
|
||||
mapping(address => bool) public owners;
|
||||
uint256 public ownerCount;
|
||||
|
||||
mapping(bytes32 => address[]) public doDB;
|
||||
|
||||
|
||||
/*
|
||||
Constructor
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user