Tidy: Indentation

This commit is contained in:
Adam Porter 2022-06-25 10:58:33 -05:00
parent 5f058b9eee
commit 77916a1c4f

View file

@ -175,7 +175,8 @@ single predicate)."
(--select (not (or (string-match-p (rx bos (1+ (not (any ":"))) ":") it) (--select (not (or (string-match-p (rx bos (1+ (not (any ":"))) ":") it)
(< (length it) org-ql-find-snippet-minimum-token-length))) (< (length it) org-ql-find-snippet-minimum-token-length)))
(split-string str nil t (rx space))) (split-string str nil t (rx space)))
snippet-regexp (when query-tokens snippet-regexp
(when query-tokens
;; Limiting each context word to 15 characters ;; Limiting each context word to 15 characters
;; prevents excessively long, non-word strings ;; prevents excessively long, non-word strings
;; from ending up in snippets, which can ;; from ending up in snippets, which can