summaryrefslogtreecommitdiff
path: root/test/math/wrap.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/math/wrap.test.cpp')
-rw-r--r--test/math/wrap.test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/math/wrap.test.cpp b/test/math/wrap.test.cpp
index 9ec1c6ef0c..5610257a5c 100644
--- a/test/math/wrap.test.cpp
+++ b/test/math/wrap.test.cpp
@@ -23,4 +23,4 @@ TEST(Math, WrapMaxValue) {
TEST(Math, WrapMinValue) {
ASSERT_DOUBLE_EQ(0.0, util::wrap(0.0, 0.0, 12.0));
-} \ No newline at end of file
+}