branch: elpa/htmlize
commit e363b341d2f32c6b6728a60ce5aeded5b75d0eae
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    Shorten long line
---
 htmlize.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/htmlize.el b/htmlize.el
index e8f5ee62bf..18d81bd373 100644
--- a/htmlize.el
+++ b/htmlize.el
@@ -587,7 +587,8 @@ list."
           ((plist-get imgprops :data)
            (let ((image-type (plist-get imgprops :type)))
              (format "<img src=\"data:image/%s;base64,%s\"%s />"
-                     (or (alist-get image-type htmlize-image-mime-type-alist) 
image-type "")
+                     (or (alist-get image-type htmlize-image-mime-type-alist)
+                         image-type "")
                      (base64-encode-string (plist-get imgprops :data))
                      alt-attr))))))
 

Reply via email to