Skip to content

Commit

Permalink
RFix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MBkkt committed Jan 31, 2025
1 parent e5e74c9 commit aa32f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/scheme/scheme_tablecell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -470,10 +470,10 @@ TCell TSerializedCellVec::ExtractCell(std::string_view data, size_t pos) {

TCell cell;
for (ui16 i = 0; i <= pos; ++i) {
cell = {};
if (!reader.ReadNewCell(&cell)) {
return {};
}
cell = {};
}
return cell;
}
Expand Down

0 comments on commit aa32f2b

Please sign in to comment.