mirror of
https://github.com/nlohmann/json.git
synced 2025-07-13 20:21:48 +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)
|
||||
{
|
||||
// clear flags and rewind
|
||||
// clear flags and rewind
|
||||
istr.clear();
|
||||
istr.seekg(0);
|
||||
json j;
|
||||
|
Reference in New Issue
Block a user