Skip to content

Commit

Permalink
More Clang Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Byrdman32 committed Jan 10, 2025
1 parent 78b4c74 commit d67866e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/src/util/NumberOperations.cc
Original file line number Diff line number Diff line change
Expand Up @@ -230,4 +230,4 @@ TEST(NumOpsTest, CoordinatePoint)
EXPECT_DOUBLE_EQ(stModPoint.tX, 4.0);
EXPECT_DOUBLE_EQ(stModPoint.tY, 5.0);
EXPECT_DOUBLE_EQ(stModPoint.tZ, 6.0);
}
}

0 comments on commit d67866e

Please sign in to comment.