improve output

This commit is contained in:
qvalentin 2022-05-27 14:16:02 +02:00
parent 402be7a416
commit c67bd450c7
Signed by: qvalentin
GPG Key ID: C979FA1EAFCABF1C
1 changed files with 4 additions and 2 deletions

View File

@ -11,8 +11,10 @@ public record LinkDto(Username creator, LinkUrl url, Set<Category> categories, S
@Override
public String toString() {
return
url +
" by " + creator +
url ./link-ditch catgegory get
./link-ditch catgegory get
" by " + creator +
" categories: " + categories +
" tags:" + tags;
}