1
0
mirror of https://github.com/nlohmann/json synced 2024-11-23 12:30:06 +00:00

💄 fixed indentation

This commit is contained in:
Niels Lohmann 2016-11-24 21:54:05 +01:00
parent 8014637ad1
commit 1407bbf94c

View File

@ -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;