mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
style(layout_in_storage): fix mapping style
This commit is contained in:
parent
9b0556caa4
commit
b403085fa1
@ -232,7 +232,7 @@ value and reference types, types that are encoded packed, and nested types.
|
||||
uint y;
|
||||
S s;
|
||||
address addr;
|
||||
mapping (uint => mapping (address => bool)) map;
|
||||
mapping(uint => mapping(address => bool)) map;
|
||||
uint[] array;
|
||||
string s1;
|
||||
bytes b1;
|
||||
|
Loading…
Reference in New Issue
Block a user