agenda: Clean up spacing to pass Emacs's pre-commit check

* lisp/org-agenda.el (org-agenda-set-mode-name): Avoid space before
tab in indent.
This commit is contained in:
Kyle Meyer 2022-10-16 17:45:01 -04:00
parent 21155f007c
commit cb1359a3ce
1 changed files with 1 additions and 1 deletions

View File

@ -9367,7 +9367,7 @@ When called with a prefix argument, include all archive files as well."
(mapconcat
#'identity
(append
(assoc-default 'category org-agenda-filters-preset)
(assoc-default 'category org-agenda-filters-preset)
org-agenda-category-filter)
"")
"]")