Skip to content

Commit b6be2cb

Browse files
committed
fix indent
1 parent c9c87e2 commit b6be2cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/kqp/runtime/kqp_tasks_runner.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class TKqpTasksRunner : public TSimpleRefCount<TKqpTasksRunner>, private TNonCop
5959
TMap<ui64, NYql::NDq::TDqTaskSettings> Tasks;
6060
TMap<ui64, const NYql::NDq::TDqTaskRunnerStats*> Stats;
6161
NYql::NDq::TLogFunc LogFunc;
62-
std::shared_ptr<NKikimr::NMiniKQL::TScopedAlloc> Alloc;
62+
std::shared_ptr<NKikimr::NMiniKQL::TScopedAlloc> Alloc;
6363
NMiniKQL::TKqpComputeContextBase* ComputeCtx;
6464
NMiniKQL::TKqpDatashardApplyContext* ApplyCtx;
6565

0 commit comments

Comments
 (0)