summaryrefslogtreecommitdiff
path: root/cider-overlays.el
diff options
context:
space:
mode:
authorNeil Okamoto <neil.okamoto@gmail.com>2018-02-06 17:16:55 -0800
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2018-03-05 08:13:41 +0700
commit547a8db61cf86503fd250dc7d534448b3b785292 (patch)
treee601484007dc2c0b66a642e313939b91befb8d59 /cider-overlays.el
parent30fe9ea32446bb90057d3c57334a9cbe868e8e69 (diff)
[#2199] Indentation adjustments, per elisp-lint
Diffstat (limited to 'cider-overlays.el')
-rw-r--r--cider-overlays.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/cider-overlays.el b/cider-overlays.el
index c61c241c..1a92b35f 100644
--- a/cider-overlays.el
+++ b/cider-overlays.el
@@ -153,9 +153,9 @@ END is the position where the sexp ends, and defaults to point."
'before-string cider--fringe-overlay-good)))))
(cl-defun cider--make-result-overlay (value &rest props &key where duration (type 'result)
- (format (concat " " cider-eval-result-prefix "%s "))
- (prepend-face 'cider-result-overlay-face)
- &allow-other-keys)
+ (format (concat " " cider-eval-result-prefix "%s "))
+ (prepend-face 'cider-result-overlay-face)
+ &allow-other-keys)
"Place an overlay displaying VALUE at the end of line.
VALUE is used as the overlay's after-string property, meaning it is
displayed at the end of the overlay. The overlay itself is placed from