mirror of
https://github.com/nlohmann/json.git
synced 2026-03-12 04:01:24 +00:00
🎨 use Clang-Format
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user