mirror of
https://github.com/nlohmann/json.git
synced 2026-06-03 11:29:45 +00:00
🎨 use Clang-Format
This commit is contained in:
@@ -33,7 +33,7 @@ TEST_CASE("default namespace")
|
||||
expected += "_" STRINGIZE(NLOHMANN_JSON_VERSION_PATCH) "::basic_json";
|
||||
|
||||
// fallback for Clang
|
||||
const std::string ns{STRINGIZE(NLOHMANN_JSON_NAMESPACE) "::basic_json"};
|
||||
const std::string ns{ STRINGIZE(NLOHMANN_JSON_NAMESPACE) "::basic_json" };
|
||||
|
||||
CHECK(namespace_name<nlohmann::json>(ns) == expected);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user