mirror of
https://github.com/nlohmann/json.git
synced 2025-07-15 07:41:50 +03:00
💄 fixed indentation
This commit is contained in:
@ -58,7 +58,7 @@ static void bench(benchpress::context& ctx,
|
|||||||
|
|
||||||
for (size_t i = 0; i < ctx.num_iterations(); ++i)
|
for (size_t i = 0; i < ctx.num_iterations(); ++i)
|
||||||
{
|
{
|
||||||
// clear flags and rewind
|
// clear flags and rewind
|
||||||
istr.clear();
|
istr.clear();
|
||||||
istr.seekg(0);
|
istr.seekg(0);
|
||||||
json j;
|
json j;
|
||||||
|
Reference in New Issue
Block a user