aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-12-14 16:24:25 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-12-14 16:24:25 +0100
commit154ed5353ef18eb46cc31744e8bf1bc54afd5acc (patch)
tree3022b51190f4438be80cfcd3b72e7307ff902bff /src/test
parentfa0d298afafdc81d00164765903161205cf09a7e (diff)
`make format`
Diffstat (limited to 'src/test')
-rw-r--r--src/test/DBTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/DBTest.cpp b/src/test/DBTest.cpp
index 0c98e10..7f2c339 100644
--- a/src/test/DBTest.cpp
+++ b/src/test/DBTest.cpp
@@ -35,4 +35,3 @@ TEST_F(DBTest, MultipleKeys) {
EXPECT_EQ(db.get("foo"), "foo");
EXPECT_EQ(db.get("bar"), "bar");
}
-