Skip to content

Commit ff221f9

Browse files
committed
Prefix funcs with #'
1 parent 9d133d1 commit ff221f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

babashka.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272
((bb-edn (babashka--locate-bb-edn dir)))
7373
(let* ((bb-edn-dir (file-name-directory bb-edn))
7474
(tasks (babashka--get-tasks-hash-table bb-edn))
75-
(task-names (thread-last tasks hash-table-keys (mapcar 'symbol-name)))
76-
(sorted-task-names (sort task-names 'string<)))
75+
(task-names (thread-last tasks hash-table-keys (mapcar #'symbol-name)))
76+
(sorted-task-names (sort task-names #'string<)))
7777
(if tasks
7878
(thread-last
7979
sorted-task-names

0 commit comments

Comments
 (0)