mu4e-bookmarks: whitespace fixes

This commit is contained in:
Dirk-Jan C. Binnema 2023-02-02 23:47:18 +02:00
parent 3212a79846
commit bbea9e5374
1 changed files with 16 additions and 16 deletions

View File

@ -139,8 +139,8 @@ Convert from the old format if needed."
(defun mu4e-bookmark-favorite ()
"Find the favorite bookmark."
;; note, use query-items, which will have picked a favorite
;; even if user did not provide one explictly
;; note, use query-items, which will have picked a favorite
;; even if user did not provide one explictly
(seq-find
(lambda (item)
(plist-get item :favorite))