summaryrefslogtreecommitdiff
path: root/tests/dram.cc
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-03-05 14:20:15 -0500
committerbd <bdunahu@operationnull.com>2025-03-05 14:20:15 -0500
commite296a3a6ab782cb80b7091324b41bb78db6d3906 (patch)
treeaf137790ab40290d1cc4e83f3261370c591512bc /tests/dram.cc
parentdb158de830e4fd4ab20ef5d357e24147c7a9281d (diff)
whitespace
Diffstat (limited to 'tests/dram.cc')
-rw-r--r--tests/dram.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dram.cc b/tests/dram.cc
index 1bde0fd..21182f8 100644
--- a/tests/dram.cc
+++ b/tests/dram.cc
@@ -3,6 +3,6 @@
TEST_CASE("Constructor initialize test 1", "[dram]")
{
- Dram *d = new Dram(1, 4);
- delete d;
+ Dram *d = new Dram(1, 4);
+ delete d;
}