Skip to content

Commit 1fdf3a9

Browse files
authored
Update run_actor_params.cpp
1 parent 707443c commit 1fdf3a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/fq/libs/compute/common/run_actor_params.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ TRunActorParams::TRunActorParams(
118118
, QueryParameters(std::move(queryParameters))
119119
, S3ActorsFactory(std::move(s3ActorsFactory))
120120
, WorkloadManager(workloadManager)
121-
, DefaultPqGateway(defaultPqGateway)
121+
, DefaultPqGateway(std::move(defaultPqGateway))
122122
{
123123
}
124124

0 commit comments

Comments
 (0)