Skip to content

Commit

Permalink
remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
yaspo committed Aug 28, 2024
1 parent 98106bf commit 98009dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/collection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export class CollectionCommand extends Command {
let attributes = [...card.getAttributes()].map(it => `\`${it}\``).join(' · ')
attributes = attributes ? ' · ' + attributes : ''

return `\`${card.id}\` · ${conditionEmoji} ${wishlist}· ${card.mapper.username} (${card.burnValue} gold) ${attributes}`;
return `\`${card.id}\` · ${conditionEmoji} ${wishlist}· ${card.mapper.username} (${card.burnValue} gold)${attributes}`;
})
.join('\n') + `\n\nSorting by: \`${orderByReadable}\``
);
Expand Down

0 comments on commit 98009dd

Please sign in to comment.