Skip to content

Commit eae02cc

Browse files
committed
fix format
1 parent 13b9966 commit eae02cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/meta/meta_bulk_load_service.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1321,7 +1321,7 @@ void bulk_load_service::partition_ingestion(const std::string &app_name, const g
13211321
std::bind(
13221322
&bulk_load_service::send_ingestion_request, this, app_name, pid, hp_primary, pc.ballot),
13231323
0,
1324-
std::chrono::milliseconds(bulk_load_constant::BULK_LOAD_REQUEST_INTERVAL));
1324+
std::chrono::milliseconds(bulk_load_constant::BULK_LOAD_REQUEST_INTERVAL) );
13251325
}
13261326

13271327
// ThreadPool: THREAD_POOL_DEFAULT

0 commit comments

Comments
 (0)