summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cider-stacktrace.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/cider-stacktrace.el b/cider-stacktrace.el
index 0b80f63a..917c286c 100644
--- a/cider-stacktrace.el
+++ b/cider-stacktrace.el
@@ -776,8 +776,7 @@ the NAME. The whole group is prefixed by string INDENT."
(cider-stacktrace--insert-named-group indent " Value: " value)
(insert "\n")
(cider-stacktrace--insert-named-group indent "Problems: \n")
- (let ((indent2 (concat indent " "))
- (face 'font-lock-comment-face))
+ (let ((indent2 (concat indent " ")))
(dolist (prob problems)
(nrepl-dbind-response prob (in val predicate reason spec at extra)
(insert "\n")