Update KeyCondition.cpp

This commit is contained in:
alexey-milovidov 2019-07-08 00:28:03 +03:00 committed by GitHub
parent 0b756c48a8
commit 0480706ff4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -206,7 +206,7 @@ const KeyCondition::AtomMap KeyCondition::atom_map
if (value.getType() != Field::Types::String)
return false;
String prefix = value.get<const String&>();
String prefix = value.get<const String &>();
if (prefix.empty())
return false;