Skip to content

Commit 6d12ad5

Browse files
committed
Remove spurious addition of a new line
* test/jupyter-test.el (ob-jupyter-image-results): Do it.
1 parent 933a901 commit 6d12ad5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/jupyter-test.el

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2052,8 +2052,6 @@ Latex(r'$\\alpha$')"
20522052
(set-buffer-multibyte nil)
20532053
(insert-file-contents-literally file)
20542054
(base64-encode-region (point-min) (point-max) line-breaks)
2055-
(goto-char (point-max))
2056-
(insert "\n")
20572055
(buffer-substring-no-properties (point-min) (point-max)))))
20582056
(image-file-name (jupyter-org-image-file-name data "png")))
20592057
(unwind-protect

0 commit comments

Comments
 (0)