mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-07 12:00:05 -05:00
General pass for code cleanup
This commit is contained in:
@@ -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]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user