Skip to content

Commit

Permalink
Fix long line
Browse files Browse the repository at this point in the history
  • Loading branch information
raxod502 committed May 7, 2024
1 parent 2ba6041 commit 263f351
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion emacs/radian.el
Original file line number Diff line number Diff line change
Expand Up @@ -3303,7 +3303,8 @@ Return either a string or nil."
radian--python-venv
(cl-block nil
(when (and (executable-find "poetry")
(locate-dominating-file default-directory "pyproject.toml"))
(locate-dominating-file
default-directory "pyproject.toml"))
(with-temp-buffer
;; May create virtualenv, but whatever.
(when (= 0 (call-process
Expand Down

0 comments on commit 263f351

Please sign in to comment.