Misc cleanups from exploring Clang warnings

This commit is contained in:
Martin Hořeňovský
2022-05-02 12:52:55 +02:00
parent 198713e5dc
commit 198808a24e
6 changed files with 10 additions and 10 deletions

View File

@@ -42,4 +42,4 @@ TEST_CASE("Sharding Function", "[approvals]") {
for(std::size_t i = 0; i < sizes[shardIndex]; i++) {
CHECK(result[i] == testContainer[i + startIndex]);
}
}
}