diff options
author | mousebot <mousebot@riseup.net> | 2022-02-16 10:37:23 +0100 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2022-02-17 09:50:37 +0100 |
commit | 7d12bfac3c9adfae63529cc2a9d10ab006fc7b5f (patch) | |
tree | 4a223bda99998d02f73ec23260cb207ef0132935 /lisp/mastodon-profile.el | |
parent | 241aa9b35101e6e8814e4aab64597caf6a285f75 (diff) |
cleanup indentation in tl.el
cleanup indents
Diffstat (limited to 'lisp/mastodon-profile.el')
-rw-r--r-- | lisp/mastodon-profile.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el index b5e1489..0119a36 100644 --- a/lisp/mastodon-profile.el +++ b/lisp/mastodon-profile.el @@ -475,8 +475,8 @@ If the handle does not match a search return then retun NIL." These include the author, author of reblogged entries and any user mentioned." (when status (let ((this-account (alist-get 'account status)) - (mentions (alist-get 'mentions status)) - (reblog (alist-get 'reblog status))) + (mentions (alist-get 'mentions status)) + (reblog (alist-get 'reblog status))) (seq-filter 'stringp (seq-uniq |