fix
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit

This commit is contained in:
2024-10-26 20:39:01 -05:00
parent fa92540bb9
commit eba242de7f
2 changed files with 10 additions and 6 deletions

View File

@ -78,7 +78,7 @@ private:
void download_chunk(std::size_t chunk, bool skip_active, bool should_reset);
void download_range(std::size_t start_chunk_index,
std::size_t end_chunk_index_inclusive, bool should_reset);
std::size_t end_chunk_index, bool should_reset);
void set_modified();