General pass for code cleanup

This commit is contained in:
Alexander Bock
2024-03-08 00:36:54 +01:00
parent 2ed6907cf1
commit fff6f8a627
145 changed files with 432 additions and 463 deletions
+1 -1
View File
@@ -279,7 +279,7 @@ TEST_CASE("SpiceManager: Get Value From ID ND", "[spicemanager]") {
CHECK(controlVec.size() == returnND.size());
for (unsigned int i = 0; i < returnND.size(); ++i){
for (unsigned int i = 0; i < returnND.size(); i++) {
CHECK(controlVec[i] == returnND[i]);
}