diff options
| author | Stefan Boberg <[email protected]> | 2023-05-11 13:54:05 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2023-05-11 13:54:05 +0200 |
| commit | 865a6566a0f91c35e30f610f54c7f67fd6b40b48 (patch) | |
| tree | 37d96ddeca5669cc74748436947dac8739e813cc /src | |
| parent | build fix (accidental commit on the wrong branch) (diff) | |
| download | zen-865a6566a0f91c35e30f610f54c7f67fd6b40b48.tar.xz zen-865a6566a0f91c35e30f610f54c7f67fd6b40b48.zip | |
clang-format (sorry)
Diffstat (limited to 'src')
| -rw-r--r-- | src/zenstore/include/zenstore/scrubcontext.h | 2 |
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); } |