Apply pre-commit hooks to all files

This commit is contained in:
Tobias Hunger 2021-08-11 22:12:04 +02:00 committed by Simon Hausmann
parent 892c4c0062
commit aea4ecca99
288 changed files with 198 additions and 371 deletions

View file

@ -122,4 +122,4 @@ TEST_CASE("SharedVector")
REQUIRE(copy.capacity() == orig_cap);
copy.clear(); // copy is not shared (anymore), retain capacity.
REQUIRE(copy.capacity() == orig_cap);
}
}