diff options
author | bd <bdunahu@operationnull.com> | 2025-03-05 14:20:15 -0500 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-03-05 14:20:15 -0500 |
commit | e296a3a6ab782cb80b7091324b41bb78db6d3906 (patch) | |
tree | af137790ab40290d1cc4e83f3261370c591512bc /tests/cache.cc | |
parent | db158de830e4fd4ab20ef5d357e24147c7a9281d (diff) |
whitespace
Diffstat (limited to 'tests/cache.cc')
-rw-r--r-- | tests/cache.cc | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |