Skip to content

Commit 7e9d527

Browse files
committed
style: fix indentation
1 parent c7600fc commit 7e9d527

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lisp/core/analyze.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ Argument LEVEL and MSG are data from the debug log signal."
111111
(eask--silent-error
112112
(eask--save-load-eask-file file
113113
(push file checked-files)
114-
;; also count files with errors in the total count
115-
(push file checked-files))))
114+
;; also count files with errors in the total count
115+
(push file checked-files))))
116116

117117
;; Print result
118118
(eask-msg "")

0 commit comments

Comments
 (0)