diff options
| author | Stefan Boberg <[email protected]> | 2021-08-20 13:54:05 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-08-20 13:54:05 +0200 |
| commit | 25dc6d46f65f0f3d20a5ad1da573f9267f2af2c2 (patch) | |
| tree | c79f022ae3574aae7b803c84f0b07a4fe3b4adcd /zenserver/upstream/zen.cpp | |
| parent | CL16570338: CompactBinary: Added validation to LoadCompactBinary and removed ... (diff) | |
| download | zen-25dc6d46f65f0f3d20a5ad1da573f9267f2af2c2.tar.xz zen-25dc6d46f65f0f3d20a5ad1da573f9267f2af2c2.zip | |
clang-format
Diffstat (limited to 'zenserver/upstream/zen.cpp')
| -rw-r--r-- | zenserver/upstream/zen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenserver/upstream/zen.cpp b/zenserver/upstream/zen.cpp index c6f271e14..f7fe56a8b 100644 --- a/zenserver/upstream/zen.cpp +++ b/zenserver/upstream/zen.cpp @@ -387,7 +387,7 @@ ZenStructuredCacheSession::Get(std::string_view BucketId, const IoHash& Key) return {}; } -IoBuffer +IoBuffer ZenStructuredCacheSession::Get(std::string_view BucketId, const IoHash& Key, const IoHash& ContentId) { ZEN_UNUSED(BucketId, Key, ContentId); |