forked from organicmaps/organicmaps
Review fixes
This commit is contained in:
parent
6f34402618
commit
aafe9daa23
1 changed files with 2 additions and 2 deletions
|
@ -114,8 +114,8 @@ std::string KeyValueStorage::SerializeDref(uint64_t number)
|
|||
{
|
||||
std::stringstream stream;
|
||||
stream << std::setw(16) << std::setfill('0') << std::hex << std::uppercase << number;
|
||||
std::string result = stream.str();
|
||||
return result;
|
||||
|
||||
return stream.str();
|
||||
}
|
||||
|
||||
size_t KeyValueStorage::Size() const { return m_values.size(); }
|
||||
|
|
Loading…
Add table
Reference in a new issue