mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
style(function-modifiers): fix mapping style
This commit is contained in:
parent
1edfd73b37
commit
72a17ceb71
@ -61,7 +61,7 @@ if they are marked ``virtual``. For details, please see
|
|||||||
}
|
}
|
||||||
|
|
||||||
contract Register is priced, destructible {
|
contract Register is priced, destructible {
|
||||||
mapping (address => bool) registeredAddresses;
|
mapping(address => bool) registeredAddresses;
|
||||||
uint price;
|
uint price;
|
||||||
|
|
||||||
constructor(uint initialPrice) { price = initialPrice; }
|
constructor(uint initialPrice) { price = initialPrice; }
|
||||||
|
Loading…
Reference in New Issue
Block a user