Skip to content

Commit

Permalink
move
Browse files Browse the repository at this point in the history
  • Loading branch information
zverevgeny committed Jan 4, 2025
1 parent e3acc2a commit 3163d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/tx/columnshard/hooks/testing/controller.h
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ class TController: public TReadOnlyController {
}

void SetRestartOnLocalTxCommitted(std::optional<TString> txInfo) {
RestartOnLocalDbTxCommitted = txInfo;
RestartOnLocalDbTxCommitted = std::move(txInfo);
}

virtual void OnAfterLocalTxCommitted(const NActors::TActorContext& ctx, const ::NKikimr::NColumnShard::TColumnShard& shard, const TString& txInfo) override;
Expand Down

0 comments on commit 3163d70

Please sign in to comment.