Skip to content

Commit b509da6

Browse files
committed
Fix eof
1 parent dd7c9bc commit b509da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ LINT="(progn \
2121
ARCHIVES-INIT="(progn \
2222
(require 'package) \
2323
(setq package-archives '((\"melpa\" . \"https://melpa.org/packages/\") \
24-
(\"gnu\" . \"https://elpa.gnu.org/packages/\")))"
24+
(\"gnu\" . \"https://elpa.gnu.org/packages/\"))))"
2525

2626
build:
2727
@$(CASK) $(EMACS) -Q --batch \

0 commit comments

Comments
 (0)