[geocoder] Fix style

This commit is contained in:
Anatoly Serdtcev 2018-12-27 11:25:35 +03:00 committed by mpimenov
parent 3db49eb1d7
commit 026acdc0ba

View file

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