mirror of
https://github.com/nlohmann/json
synced 2024-11-23 12:30:06 +00:00
💄 fixed indentation
This commit is contained in:
parent
8014637ad1
commit
1407bbf94c
@ -58,7 +58,7 @@ static void bench(benchpress::context& ctx,
|
||||
|
||||
for (size_t i = 0; i < ctx.num_iterations(); ++i)
|
||||
{
|
||||
// clear flags and rewind
|
||||
// clear flags and rewind
|
||||
istr.clear();
|
||||
istr.seekg(0);
|
||||
json j;
|
||||
|
Loading…
Reference in New Issue
Block a user