diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-25 12:02:01 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-25 12:13:28 +0100 |
commit | 143232e53d05bd42560d5ee9265bcb74245a29e2 (patch) | |
tree | 52533eb1a502bc72657168f445d04a18acdf3260 /lisp | |
parent | c9d799a80486f3604a5eb2b877c1faa54bf4c87d (diff) |
remove trailing double space from sparator
tl-tests: remove trailing double spaces from separator again
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mastodon-tl.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index 46ec8fe..159c2cc 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -685,7 +685,7 @@ this just means displaying toot client." (mastodon-tl--relative-time-description edited-parsed) edited-parsed))) "") - (propertize "\n ------------\n " 'face 'default)) + (propertize "\n ------------\n" 'face 'default)) 'favourited-p faved 'boosted-p boosted 'bookmarked-p bookmarked |