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:
@@ -162,8 +162,8 @@ static void BinaryToCbor(benchmark::State& state)
|
||||
++it;
|
||||
}
|
||||
|
||||
json::binary_t bin{in};
|
||||
json j{{"type", "binary"}, {"data", bin}};
|
||||
json::binary_t bin{ in };
|
||||
json j{ { "type", "binary" }, { "data", bin } };
|
||||
|
||||
while (state.KeepRunning())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user