branch: externals/consult
commit c2caf93d597ea57db86c0cbf7ff50114a57d74f6
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Formatting
---
consult.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/consult.el b/consult.el
index 85631f4f52..2434f487bc 100644
--- a/consult.el
+++ b/consult.el
@@ -1055,8 +1055,8 @@ TOFU suffix for disambiguation."
(defsubst consult--buffer-substring (beg end &optional fontify)
"Return buffer substring between BEG and END.
- If FONTIFY and `consult-fontify-preserve' are non-nil, first ensure that the
- region has been fontified."
+If FONTIFY and `consult-fontify-preserve' are non-nil, first ensure that
+the region has been fontified."
(if consult-fontify-preserve
(let ((str (buffer-substring-no-properties beg end)))
(when fontify (consult--fontify-region beg end))