aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-05-11 13:54:05 +0200
committerStefan Boberg <[email protected]>2023-05-11 13:54:05 +0200
commit865a6566a0f91c35e30f610f54c7f67fd6b40b48 (patch)
tree37d96ddeca5669cc74748436947dac8739e813cc /src
parentbuild fix (accidental commit on the wrong branch) (diff)
downloadzen-865a6566a0f91c35e30f610f54c7f67fd6b40b48.tar.xz
zen-865a6566a0f91c35e30f610f54c7f67fd6b40b48.zip
clang-format (sorry)
Diffstat (limited to 'src')
-rw-r--r--src/zenstore/include/zenstore/scrubcontext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenstore/include/zenstore/scrubcontext.h b/src/zenstore/include/zenstore/scrubcontext.h
index 95775c7b5..8b8ebac3d 100644
--- a/src/zenstore/include/zenstore/scrubcontext.h
+++ b/src/zenstore/include/zenstore/scrubcontext.h
@@ -16,7 +16,7 @@ namespace zen {
class ScrubContext
{
public:
- ScrubContext();
+ ScrubContext();
~ScrubContext();
virtual void ReportBadCidChunks(std::span<IoHash> BadCasChunks) { m_BadCid.AddHashesToSet(BadCasChunks); }