end of line in unit test

This commit is contained in:
Alex Fishgait 2023-10-09 14:04:21 +02:00
parent 8bbece686d
commit 199422d577

View File

@ -286,7 +286,7 @@ struct NAlloc
alloc() alloc()
{ {
}; }
virtual ~NAlloc() { } virtual ~NAlloc() { }
@ -424,4 +424,4 @@ TEST_CASE("controlled bad_alloc_rt_string")
next_construct_fails = false; next_construct_fails = false;
} }
} }
} }