Skip to content

Commit

Permalink
style: fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
martini97 committed Jun 18, 2023
1 parent 3adb084 commit 87c2221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testrun.el
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ the local node_modules if it's available."
(setq found (cdr runner))
(cl-return)))
(when (null found)
(user-error
"No test runner found for the current buffer, check `testrun-mode-alist'"))
(user-error
"No test runner found for the current buffer, check `testrun-mode-alist'"))
found))

(defun testrun--get-runner-cmd (runner)
Expand Down

0 comments on commit 87c2221

Please sign in to comment.