mirror of
https://github.com/nlohmann/json.git
synced 2026-06-03 03:29:42 +00:00
🎨 use Clang-Format
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
nlohmann::ordered_json json = {"Test"};
|
||||
nlohmann::ordered_json json = { "Test" };
|
||||
json.dump();
|
||||
|
||||
// regression for #3013 (ordered_json::reset() compile error with nvcc)
|
||||
|
||||
Reference in New Issue
Block a user