🎨 use Clang-Format

This commit is contained in:
Niels Lohmann
2023-11-29 21:46:01 +01:00
parent 286f0c7647
commit af3f87e84e
77 changed files with 4290 additions and 4393 deletions

View File

@@ -173,8 +173,8 @@ TEST_CASE("convenience functions")
using nlohmann::detail::concat;
const char* expected = "Hello, world!";
alt_string_iter const hello_iter{"Hello, "};
alt_string_data const hello_data{"Hello, "};
alt_string_iter const hello_iter{ "Hello, " };
alt_string_data const hello_data{ "Hello, " };
std::string const world = "world";
SECTION("std::string")