Skip to content

Commit

Permalink
Remove spurious addition of a new line
Browse files Browse the repository at this point in the history
* test/jupyter-test.el (ob-jupyter-image-results): Do it.
  • Loading branch information
nnicandro committed Oct 10, 2024
1 parent 933a901 commit 6d12ad5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/jupyter-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -2052,8 +2052,6 @@ Latex(r'$\\alpha$')"
(set-buffer-multibyte nil)
(insert-file-contents-literally file)
(base64-encode-region (point-min) (point-max) line-breaks)
(goto-char (point-max))
(insert "\n")
(buffer-substring-no-properties (point-min) (point-max)))))
(image-file-name (jupyter-org-image-file-name data "png")))
(unwind-protect
Expand Down

0 comments on commit 6d12ad5

Please sign in to comment.