Skip to content

Commit

Permalink
issue-2404: correct issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vladstepanyuk committed Jan 22, 2025
1 parent 8436e69 commit e76f785
Show file tree
Hide file tree
Showing 3 changed files with 547 additions and 549 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ struct TFinishedMigration
{
TString DeviceId;
ui64 SeqNo = 0;
bool IsCanceled =
true; // by default, this value is set to true, because
// we may not start migration if this field is set to false
bool IsCanceled = // by default, this value is set to true, because
// we may not start migration if this field is set to
// false
true;
};

////////////////////////////////////////////////////////////////////////////////
Expand Down
Loading

0 comments on commit e76f785

Please sign in to comment.