diff options
| author | Stefan Boberg <[email protected]> | 2021-08-12 10:06:51 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-08-12 10:06:51 +0200 |
| commit | 78d4a26232504b8b815acf267e76f5722e8ea74b (patch) | |
| tree | eddc6d5ad99793b229bb3d34384ae3d7d084b5ef /zenstore/cidstore.cpp | |
| parent | Added {project}/oplog/{log}/{hash} endpoint (implemented by Matt Peters) (diff) | |
| download | zen-78d4a26232504b8b815acf267e76f5722e8ea74b.tar.xz zen-78d4a26232504b8b815acf267e76f5722e8ea74b.zip | |
clang-format
Diffstat (limited to 'zenstore/cidstore.cpp')
| -rw-r--r-- | zenstore/cidstore.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/zenstore/cidstore.cpp b/zenstore/cidstore.cpp index a89a8ac22..3460e1df2 100644 --- a/zenstore/cidstore.cpp +++ b/zenstore/cidstore.cpp @@ -84,7 +84,8 @@ CidStore::FindChunkByCid(const IoHash& DecompressedId) return m_Impl->FindChunkByCid(DecompressedId); } -void CidStore::Flush() +void +CidStore::Flush() { m_Impl->Flush(); } |