Skip to content

Commit 0d585cb

Browse files
author
DvirDukhan
committed
make format
1 parent 954ecad commit 0d585cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/background_workers.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ static RedisAI_RunInfo **_BGThread_BatchOperations(RunQueueInfo *run_queue_info,
241241
// If batch size exceeds the minimum batch size already, then we're done.
242242
// Otherwise, if minbatchsize was set and the size wasn't reached,
243243
// loop until there's something new on the queue
244-
if (minbatchsize !=0 && current_batchsize >= minbatchsize) {
244+
if (minbatchsize != 0 && current_batchsize >= minbatchsize) {
245245
break;
246246
}
247247

0 commit comments

Comments
 (0)