style(layout_in_storage): fix mapping style

This commit is contained in:
Nicolás Acosta 2023-02-01 15:54:08 -03:00
parent 9b0556caa4
commit b403085fa1

View File

@ -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;