Skip to content

Commit e001b26

Browse files
committed
Fix indentation
1 parent 1c73961 commit e001b26

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ob-dsq.el

+4-4
Original file line numberDiff line numberDiff line change
@@ -319,10 +319,10 @@ function, so am back-porting it here."
319319
(defun org-babel-dsq--dsq-version ()
320320
"Retrieve version of `dsq`."
321321
(or
322-
(when-let ((dsq-version-string (shell-command-to-string (format "%s --version" org-babel-dsq-command))))
323-
(and (string-match "^dsq v?\\(.*\\)$" dsq-version-string)
324-
(match-string 1 dsq-version-string)))
325-
(error "Cannot determine version of `dsq`")))
322+
(when-let ((dsq-version-string (shell-command-to-string (format "%s --version" org-babel-dsq-command))))
323+
(and (string-match "^dsq v?\\(.*\\)$" dsq-version-string)
324+
(match-string 1 dsq-version-string)))
325+
(error "Cannot determine version of `dsq`")))
326326

327327
(defun org-babel-dsq--dsq-version< (required-version dsq-version)
328328
"Return t if REQUIRED-VERSION is lower (older) than DSQ-VERSION, nil otherwise."

0 commit comments

Comments
 (0)