Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b86bbad

Browse files
committed
#(py-indent-line): cosmetic
1 parent b91b743 commit b86bbad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Misc/python-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ needed so that only a single column position is deleted."
603603
(interactive)
604604
(let* ((ci (current-indentation))
605605
(move-to-indentation-p (<= (current-column) ci))
606-
(need (py-compute-indentation)) )
606+
(need (py-compute-indentation)))
607607
(if (/= ci need)
608608
(save-excursion
609609
(beginning-of-line)

0 commit comments

Comments
 (0)