forked from organicmaps/organicmaps
[geocoder] Fix style
This commit is contained in:
parent
3db49eb1d7
commit
026acdc0ba
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ bool Hierarchy::Entry::DeserializeFromJSONImpl(json_t * const root, string const
|
|||
{
|
||||
Type const type = static_cast<Type>(i);
|
||||
string const & levelKey = ToString(type);
|
||||
auto* levelJson = base::GetJSONOptionalField(address, levelKey);
|
||||
auto const * levelJson = base::GetJSONOptionalField(address, levelKey);
|
||||
if (!levelJson)
|
||||
continue;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue