From e296a3a6ab782cb80b7091324b41bb78db6d3906 Mon Sep 17 00:00:00 2001 From: bd Date: Wed, 5 Mar 2025 14:20:15 -0500 Subject: whitespace --- tests/cache.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/cache.cc') diff --git a/tests/cache.cc b/tests/cache.cc index df5004a..6580563 100644 --- a/tests/cache.cc +++ b/tests/cache.cc @@ -3,6 +3,6 @@ TEST_CASE("Constructor initialize test 1", "[cache]") { - Cache *c = new Cache(1, nullptr, 4); - delete c; + Cache *c = new Cache(1, nullptr, 4); + delete c; } -- cgit v1.2.3