aboutsummaryrefslogtreecommitdiff
path: root/src/test/dummy.cpp
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-05 14:50:49 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-05 14:50:49 +0200
commite54ebc7e74f3ca94de3467a03397c0aad2aed079 (patch)
tree87275746537881f8d21be33ae842374fd3750d49 /src/test/dummy.cpp
parentc40332b990b025d2bd7b94e41184d7f0547da203 (diff)
`make format` + clang-tidy
Diffstat (limited to 'src/test/dummy.cpp')
-rw-r--r--src/test/dummy.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/dummy.cpp b/src/test/dummy.cpp
index 7f4c083..a00a9c6 100644
--- a/src/test/dummy.cpp
+++ b/src/test/dummy.cpp
@@ -1,4 +1,3 @@
#include <gtest/gtest.h>
TEST(dummy, foo) { ASSERT_TRUE(1); }
-