Skip to content

Commit

Permalink
tiny fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hrissan committed Jun 13, 2024
1 parent d25cc22 commit 164b9eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/tlcodegen/type_rw_tuple_cpp.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ bool %[8]s::%[1]sRead(::basictl::tl_istream & s, std::vector<%[2]s>& item%[4]s)
for(auto && el : item) {
%[5]s
}
return true;
}
bool %[8]s::%[1]sWrite(::basictl::tl_ostream & s, const std::vector<%[2]s>& item%[4]s) {
Expand Down

0 comments on commit 164b9eb

Please sign in to comment.