Fix formatting issue

This commit is contained in:
A.J. Beamon 2022-06-07 08:51:10 -07:00
parent 0431635674
commit c97a1168cb
1 changed files with 2 additions and 2 deletions

View File

@ -655,8 +655,8 @@ void workerThread(ThreadArgs& thread_args) {
logr.error("populate failed"); logr.error("populate failed");
} }
} else if (args.mode == MODE_RUN) { } else if (args.mode == MODE_RUN) {
auto rc = runWorkload( auto rc =
database, args, thread_tps, throttle_factor, thread_iters, signal, stats, dotrace, dotagging); runWorkload(database, args, thread_tps, throttle_factor, thread_iters, signal, stats, dotrace, dotagging);
if (rc < 0) { if (rc < 0) {
logr.error("runWorkload failed"); logr.error("runWorkload failed");
} }