From ee41c6f2aec0d8c3192f5404cebb27e5cb6e584a Mon Sep 17 00:00:00 2001 From: James Nguyen Date: Sun, 31 Jan 2021 20:17:17 -0800 Subject: [PATCH] Format --- evil-collection.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evil-collection.el b/evil-collection.el index 9d890f5..94dcff7 100644 --- a/evil-collection.el +++ b/evil-collection.el @@ -446,7 +446,7 @@ modes in the current buffer." (let ((path (expand-file-name (format "modes/%s/%s" mode file) evil-collection-base-dir))) (when (file-exists-p path) - path))) + path))) (defun evil-collection-open-config-file (mode) "Open configuration file corresponding to MODE."