Fix Telegram rendering — no leading spaces on breakdown lines
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -256,7 +256,7 @@ function formatReport(s) {
|
||||
if (sorted.length > 0) {
|
||||
lines.push(`• Ready to apply: ${q.new}`);
|
||||
for (const [type, count] of sorted) {
|
||||
lines.push(` → ${typeNames[type] || type}: ${count}`);
|
||||
lines.push(`→ ${typeNames[type] || type}: ${count}`);
|
||||
}
|
||||
} else {
|
||||
lines.push(`• Ready to apply: ${q.new}`);
|
||||
|
||||
Reference in New Issue
Block a user