🎨 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
+2 -2
View File
@@ -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())
{