style(common-patterns): fix mapping style

This commit is contained in:
Nicolás Acosta 2023-02-01 15:50:48 -03:00
parent e89efe89a6
commit 4ff310cc62

View File

@ -34,7 +34,7 @@ you receive the funds of the person who is now the richest.
address public richest; address public richest;
uint public mostSent; uint public mostSent;
mapping (address => uint) pendingWithdrawals; mapping(address => uint) pendingWithdrawals;
/// The amount of Ether sent was not higher than /// The amount of Ether sent was not higher than
/// the currently highest amount. /// the currently highest amount.