summaryrefslogtreecommitdiff
path: root/test/str.cc
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2025-09-15 21:15:53 +0200
committerJoel Klinghed <the_jk@spawned.biz>2025-09-15 21:15:53 +0200
commitaa49abdf239bae6065fddd0839ec67a404c9748c (patch)
tree631fbb2df58aa35df3d60c65c037ef74b1807114 /test/str.cc
parentbf41a601fd0447bcf3a2937a595a1cd8ca5c1633 (diff)
Add .clang-format
Make it easier to keep a consistent style
Diffstat (limited to 'test/str.cc')
-rw-r--r--test/str.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/str.cc b/test/str.cc
index 35d70d7..1339bb0 100644
--- a/test/str.cc
+++ b/test/str.cc
@@ -1,7 +1,7 @@
-#include <gtest/gtest.h>
-
#include "str.hh"
+#include <gtest/gtest.h>
+
TEST(str, split) {
auto ret = str::split("");
EXPECT_EQ(0, ret.size());