Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucio Trincheri committed Dec 16, 2024
1 parent 4c22029 commit 34ed82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbg/dto/pw_mdinter_dto.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ bool PWMDInterDTO::isEmpty() const { return pieces_.empty(); }

std::ostream &operator<<(std::ostream &out, const PWMDInterDTO &pwi)
{
out << pwi.pieces_; //TODO: check if this translates ok (it should use the operator<< for SetPieceDTOVector at the top of this file).
out << pwi.pieces_;

return out;
}
Expand Down

0 comments on commit 34ed82a

Please sign in to comment.