branch: elpa/haskell-ts-mode
commit d79cfaa13e6a7d8fa84cd59421fe4340537519c1
Author: pranshu <pranshusharma...@gmail.com>
Commit: pranshu <pranshusharma...@gmail.com>

    Formatting changes
---
 haskell-ts-mode.el | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/haskell-ts-mode.el b/haskell-ts-mode.el
index ff40a6ae66..bdb28bdc06 100644
--- a/haskell-ts-mode.el
+++ b/haskell-ts-mode.el
@@ -304,7 +304,6 @@
      (string-to-list "\r\n\f\v"))
     table))
 
-
 (defmacro haskell-ts-imenu-name-function (check-func)
   `(lambda (node)
      (if (funcall ,check-func node)
@@ -426,9 +425,6 @@
 (when (treesit-ready-p 'haskell)
   (add-to-list 'auto-mode-alist '("\\.hs\\'" . haskell-ts-mode)))
 
-
-
-
 (provide 'haskell-ts-mode)
 
 ;;; haskell-ts-mode.el ends here

Reply via email to