branch: elpa/markdown-mode
commit 06b15337c92d04f2383d4a4a6df83226b8db04b1
Author: Joe Reinhart <[email protected]>
Commit: Joe Reinhart <[email protected]>
Fix lint warning
---
markdown-mode.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/markdown-mode.el b/markdown-mode.el
index adc1b49f48..c081cb106b 100644
--- a/markdown-mode.el
+++ b/markdown-mode.el
@@ -5211,8 +5211,7 @@ Otherwise, do normal delete by repeating
(back-to-indentation)
(unless (looking-at-p "[ \t]*$")
(setq mincol (min mincol (current-column))))
- (forward-line 1)
- ))
+ (forward-line 1)))
mincol))
(defun markdown-indent-region (beg end arg)