💄 fixed indentation
This commit is contained in:
parent
8014637ad1
commit
1407bbf94c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue