Revert "Improve: remove the spaces in the end."

This reverts commit 2be5f28184.
This commit is contained in:
Vincent Zhang 2018-12-12 13:58:00 +08:00
parent 2be5f28184
commit b7bc345b44

View file

@ -992,7 +992,8 @@ Uses `all-the-icons-material' to fetch the icon."
(concat
(doom-modeline-icon-material icon :face face :height 0.95 :v-adjust (or voffset -0.2))
(if text doom-modeline-vspc)))
(if text (propertize text 'face face))))
(if text (propertize text 'face face))
" "))
(defvar-local doom-modeline--flycheck nil)
(defun doom-modeline-update-flycheck-segment (&optional status)