summaryrefslogtreecommitdiff
path: root/cider-browse-spec.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-01-15 10:07:45 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2018-01-15 10:07:45 +0200
commit32c25bee573dbec429e6df25357c8b526e2708fa (patch)
treec2c6072bbb08c3cac834349e961c0d37d41b4daa /cider-browse-spec.el
parent345a60d5d7742d4fca556c31c0c749696d677701 (diff)
Fix a changelog entry and kill some whitespace
Diffstat (limited to 'cider-browse-spec.el')
-rw-r--r--cider-browse-spec.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/cider-browse-spec.el b/cider-browse-spec.el
index ee44ddcc..c31d1272 100644
--- a/cider-browse-spec.el
+++ b/cider-browse-spec.el
@@ -233,7 +233,7 @@ Display TITLE at the top and SPECS are indented underneath."
((cider--spec-fn-p form-tag "fspec")
(thread-last (seq-partition (cl-rest form) 2)
(cl-remove-if (lambda (s) (and (stringp (cl-second s))
- (string-empty-p (cl-second s)))))
+ (string-empty-p (cl-second s)))))
(mapcar (lambda (s)
(format "\n%-11s: %s" (pcase (cl-first s)
(":args" "arguments")
@@ -352,7 +352,6 @@ No filter applied if the regexp is the empty string."
(interactive "P")
(cider-browse-spec-regex (if arg (read-string "Filter regex: ") "")))
-
(provide 'cider-browse-spec)
;;; cider-browse-spec.el ends here