Skip to content

Commit cbdf183

Browse files
committed
fix
1 parent 20ba22b commit cbdf183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/kqp/runtime/kqp_write_actor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1972,7 +1972,7 @@ class TKqpBufferWriteActor :public TActorBootstrapped<TKqpBufferWriteActor>, pub
19721972
for (auto& [_, queue] : DataQueues) {
19731973
YQL_ENSURE(queue.empty());
19741974
}
1975-
YQL_ENSURE(TxId)
1975+
YQL_ENSURE(TxId);
19761976
for (auto& [_, info] : WriteInfos) {
19771977
info.WriteTableActor->SetPrepare(*TxId);
19781978
}

0 commit comments

Comments
 (0)