Skip to content

Commit 238bc60

Browse files
committed
update
1 parent 752f7b6 commit 238bc60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

be/src/pipeline/pipeline_task.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ PipelineTask::PipelineTask(
7373
_le_state_map(std::move(le_state_map)),
7474
_task_idx(task_idx),
7575
_execution_dep(state->get_query_ctx()->get_execution_dependency()),
76-
_pipeline_name(_pipeline->name()){
76+
_pipeline_name(_pipeline->name()) {
7777
_pipeline_task_watcher.start();
7878

7979
auto shared_state = _sink->create_shared_state();

0 commit comments

Comments
 (0)