From 595ad8b8620a63b7ef5a7569bc6cb44675904051 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Sat, 19 Oct 2024 12:30:22 +0200 Subject: remove stray " " from byline-booster --- lisp/mastodon-tl.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index 7d333e4..95632cd 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -749,8 +749,7 @@ The result is added as an attachments property to author-byline." Only return something if TOOT contains a reblog." (let ((reblog (alist-get 'reblog toot))) (if reblog - (concat - " " (mastodon-tl--byline-author toot)) + (mastodon-tl--byline-author toot) ""))) (defun mastodon-tl--byline-booster-str (toot) -- cgit v1.2.3