diff options
| author | Stefan Boberg <[email protected]> | 2021-09-27 11:32:00 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-27 11:32:00 +0200 |
| commit | 231a720c099ad088c53316d03cb2b6348d2cf2a7 (patch) | |
| tree | 1bf1a591226092f744d6a7f59bdea578259f0516 /zenstore/cidstore.cpp | |
| parent | Added simple compact binary endpoint for JSON testing (diff) | |
| download | zen-231a720c099ad088c53316d03cb2b6348d2cf2a7.tar.xz zen-231a720c099ad088c53316d03cb2b6348d2cf2a7.zip | |
clang-format
Diffstat (limited to 'zenstore/cidstore.cpp')
| -rw-r--r-- | zenstore/cidstore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenstore/cidstore.cpp b/zenstore/cidstore.cpp index d76058bd1..df5c32d25 100644 --- a/zenstore/cidstore.cpp +++ b/zenstore/cidstore.cpp @@ -46,7 +46,7 @@ struct CidStore::Impl RwLock::ExclusiveLockScope _(m_Lock); - auto It = m_CidMap.try_emplace(DecompressedId, Compressed); + auto It = m_CidMap.try_emplace(DecompressedId, Compressed); if (!It.second) { if (It.first.value() != Compressed) |