Skip to content

Commit 0714564

Browse files
committed
Formatting
1 parent 7d3e1bf commit 0714564

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

babashka.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ DIR's parents."
7979
(if-let*
8080
((bb-edn (if do-not-recurse
8181
(let ((f (concat dir "/bb.edn"))) (and (file-exists-p f) f))
82-
(babashka--locate-bb-edn dir)
83-
)))
82+
(babashka--locate-bb-edn dir))))
8483
(let* ((bb-edn-dir (file-name-directory bb-edn))
8584
(tasks (babashka--get-tasks-hash-table bb-edn))
8685
(task-names (thread-last tasks hash-table-keys (mapcar #'symbol-name)))

0 commit comments

Comments
 (0)