From 199422d577ca04df2407205114bc45904d1d0c26 Mon Sep 17 00:00:00 2001 From: Alex Fishgait Date: Mon, 9 Oct 2023 14:04:21 +0200 Subject: [PATCH] end of line in unit test --- tests/src/unit-allocator.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/src/unit-allocator.cpp b/tests/src/unit-allocator.cpp index 6de79871c..e0cdc13d1 100644 --- a/tests/src/unit-allocator.cpp +++ b/tests/src/unit-allocator.cpp @@ -286,7 +286,7 @@ struct NAlloc alloc() { - }; + } virtual ~NAlloc() { } @@ -424,4 +424,4 @@ TEST_CASE("controlled bad_alloc_rt_string") next_construct_fails = false; } } -} \ No newline at end of file +}