Skip to content

Commit a02cca8

Browse files
committed
Code style
1 parent 7d387dd commit a02cca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nrepl-client.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ Handles only stdout and stderr responses."
875875
'()
876876
;; STDOUT
877877
(lambda (buffer out)
878-
;; fixme: rename into emit-out-output
878+
;; FIXME: rename into emit-out-output
879879
(cider-repl-emit-output buffer out))
880880
;; STDERR
881881
(lambda (buffer err)

0 commit comments

Comments
 (0)