From aa49abdf239bae6065fddd0839ec67a404c9748c Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Mon, 15 Sep 2025 21:15:53 +0200 Subject: Add .clang-format Make it easier to keep a consistent style --- test/str.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/str.cc') 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 - #include "str.hh" +#include + TEST(str, split) { auto ret = str::split(""); EXPECT_EQ(0, ret.size()); -- cgit v1.3