Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
den818 committed Nov 9, 2022
1 parent 5b43413 commit fe3deaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ut/sparse_ut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ TEST_F(SparseCase, FixedString_Load) {

checkSerializationKind();

auto rpad = [](const std::string& val) {
auto rpad = [&](const std::string& val) {
std::string res = val;
res.append(std::string(FixedStringSize - res.size(), '\0'));
return res;
Expand Down

0 comments on commit fe3deaa

Please sign in to comment.