mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
style(common-patterns): fix mapping style
This commit is contained in:
parent
e89efe89a6
commit
4ff310cc62
@ -34,7 +34,7 @@ you receive the funds of the person who is now the richest.
|
||||
address public richest;
|
||||
uint public mostSent;
|
||||
|
||||
mapping (address => uint) pendingWithdrawals;
|
||||
mapping(address => uint) pendingWithdrawals;
|
||||
|
||||
/// The amount of Ether sent was not higher than
|
||||
/// the currently highest amount.
|
||||
|
Loading…
Reference in New Issue
Block a user