File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 " )))))
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments