Fix erroneous newline when sending notifications.

This commit is contained in:
Dominik Pantůček 2024-07-02 20:21:33 +02:00
parent bc5db8db99
commit 1840f5675b
6 changed files with 1 additions and 16 deletions

View file

@ -88,7 +88,6 @@
(borders (expand-table-style border-spec num-columns num-rows))
(col-separators (table-col-separators? borders))
(rows (merge-rows ptbl borders col-separators unicode?)))
;;(write rows)(newline)
(let loop ((rows rows)
(borders borders)
(res '())