Skip to content

Commit 59c93f1

Browse files
committed
style: indent code
1 parent 7ab30c9 commit 59c93f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apheleia-formatters.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1178,7 +1178,7 @@ For more implementation detail, see
11781178
(setq-local indent-line-function
11791179
(buffer-local-value 'indent-line-function buffer))
11801180
(setq-local lisp-indent-function
1181-
(buffer-local-value 'lisp-indent-function buffer))
1181+
(buffer-local-value 'lisp-indent-function buffer))
11821182
(setq-local indent-tabs-mode
11831183
(buffer-local-value 'indent-tabs-mode buffer))
11841184
(goto-char (point-min))

0 commit comments

Comments
 (0)