Skip to content

Commit 70cf7bd

Browse files
committed
Fix lint warnings introduced by code cleanup PR
- Add double space after period in cider-test.el (checkdoc) - Fix indentation alignment in nrepl-client.el
1 parent 11ad637 commit 70cf7bd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lisp/cider-test.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ test selectors to filter the tests with."
833833
(funcall cider-test-infer-test-ns (cider-current-ns t)))))
834834
(cider-test-execute ns nil silent prompt-for-filters)
835835
(if (eq major-mode 'cider-test-report-mode)
836-
(when (y-or-n-p "Test report does not define a namespace. Rerun failed/erring tests?")
836+
(when (y-or-n-p "Test report does not define a namespace. Rerun failed/erring tests?")
837837
(cider-test-rerun-failed-tests))
838838
(unless silent
839839
(message "No namespace to test in current context")))))

lisp/nrepl-client.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ Discards it if it can be determined that the port is not active."
244244
(if (eq system-type 'windows-nt)
245245
port-string
246246
(unless (equal ""
247-
(shell-command-to-string (format "lsof -i:%s" port-number)))
247+
(shell-command-to-string (format "lsof -i:%s" port-number)))
248248
port-string)))))
249249

250250
(defun nrepl--ssh-file-name-matches-host-p (file-name host)

0 commit comments

Comments
 (0)