mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
(fix): Remove space in docstring (#800)
This commit is contained in:
@ -290,7 +290,7 @@ If the file does not have any connections, nil is returned."
|
|||||||
|
|
||||||
(defun org-roam-db--links-with-max-distance (file max-distance)
|
(defun org-roam-db--links-with-max-distance (file max-distance)
|
||||||
"Return all files connected to FILE in at most MAX-DISTANCE steps.
|
"Return all files connected to FILE in at most MAX-DISTANCE steps.
|
||||||
This includes the file itself. If the file does not have any
|
This includes the file itself. If the file does not have any
|
||||||
connections, nil is returned."
|
connections, nil is returned."
|
||||||
(let* ((query "WITH RECURSIVE
|
(let* ((query "WITH RECURSIVE
|
||||||
links_of(file, link) AS
|
links_of(file, link) AS
|
||||||
|
Reference in New Issue
Block a user