Skip to content

Commit b7c93fe

Browse files
xiongtxbbatsov
authored andcommitted
Remove unused var face in cider-stacktrace--emit-spec-problems
1 parent 7ab3208 commit b7c93fe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cider-stacktrace.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -776,8 +776,7 @@ the NAME. The whole group is prefixed by string INDENT."
776776
(cider-stacktrace--insert-named-group indent " Value: " value)
777777
(insert "\n")
778778
(cider-stacktrace--insert-named-group indent "Problems: \n")
779-
(let ((indent2 (concat indent " "))
780-
(face 'font-lock-comment-face))
779+
(let ((indent2 (concat indent " ")))
781780
(dolist (prob problems)
782781
(nrepl-dbind-response prob (in val predicate reason spec at extra)
783782
(insert "\n")

0 commit comments

Comments
 (0)