fix: fixed tasks again

This commit is contained in:
moonleay 2025-02-09 21:50:31 +01:00
parent dd43bd8bb4
commit 31e84d54bf
Signed by: moonleay
GPG key ID: 82667543CCD715FB

View file

@ -54,7 +54,7 @@ namespace models
ostream& operator<<(ostream& os, const Task& t) ostream& operator<<(ostream& os, const Task& t)
{ {
os << t.get_id() << " %" << t.get_name() << "% %" << t.get_description(); os << t.get_id() << " %" << t.get_name() << "% %" << t.get_description() << "%";
// Fügt Childen Task mit passenden Lehrzeichen hinzu // Fügt Childen Task mit passenden Lehrzeichen hinzu
if (!t.children.empty()) if (!t.children.empty())
os << " "; os << " ";