Skip to content

Commit 03a4f68

Browse files
committed
Remove superfluous and
1 parent 113acb2 commit 03a4f68

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jupyter-org-client.el

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,10 +1088,10 @@ new \"scalar\" result with the result of calling
10881088
;;
10891089
;; [1] Foo bar
10901090
(when-let* ((beg (car (memq (aref result 0) '(?\[ ?\{ ?\())))
1091-
(end (and beg (pcase beg
1092-
(?\[ ?\])
1093-
(?\{ ?\})
1094-
(?\( ?\))))))
1091+
(end (pcase beg
1092+
(?\[ ?\])
1093+
(?\{ ?\})
1094+
(?\( ?\)))))
10951095
(eq end (aref result (1- (length result))))))
10961096
(org-babel-script-escape result))
10971097
(t result)))))

0 commit comments

Comments
 (0)