branch: externals/denote-sequence
commit fa0e3c1d3396f695560a8325a5a13b61e6398ee8
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Make stylistic change to denote-sequence-get-all-sequences-with-max-depth
---
 denote-sequence.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/denote-sequence.el b/denote-sequence.el
index 438878d590..d2a1e27987 100644
--- a/denote-sequence.el
+++ b/denote-sequence.el
@@ -616,7 +616,9 @@ With optional SEQUENCES operate on those, else use the 
return value of
     (delete-dups
      (mapcar
       (lambda (strings)
-        (denote-sequence-join (seq-take strings depth) 
(denote-sequence--scheme-of-strings strings)))
+        (denote-sequence-join
+         (seq-take strings depth)
+         (denote-sequence--scheme-of-strings strings)))
       lists))))
 
 (defun denote-sequence--pad (sequence type)

Reply via email to