mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-03 03:41:53 +08:00
Fix formatting issue
This commit is contained in:
parent
0431635674
commit
c97a1168cb
@ -655,8 +655,8 @@ void workerThread(ThreadArgs& thread_args) {
|
||||
logr.error("populate failed");
|
||||
}
|
||||
} else if (args.mode == MODE_RUN) {
|
||||
auto rc = runWorkload(
|
||||
database, args, thread_tps, throttle_factor, thread_iters, signal, stats, dotrace, dotagging);
|
||||
auto rc =
|
||||
runWorkload(database, args, thread_tps, throttle_factor, thread_iters, signal, stats, dotrace, dotagging);
|
||||
if (rc < 0) {
|
||||
logr.error("runWorkload failed");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user