emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/rubocop 4fdf643 40/64: Add missing space


From: ELPA Syncer
Subject: [nongnu] elpa/rubocop 4fdf643 40/64: Add missing space
Date: Wed, 11 Aug 2021 10:08:01 -0400 (EDT)

branch: elpa/rubocop
commit 4fdf643c16759fa5dce662baf9f9aaf04b3fb305
Author: Bozhidar Batsov <bozhidar@batsov.com>
Commit: Bozhidar Batsov <bozhidar@batsov.com>

    Add missing space
---
 rubocop.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rubocop.el b/rubocop.el
index 6e39d05..22776f2 100644
--- a/rubocop.el
+++ b/rubocop.el
@@ -91,7 +91,7 @@ Alternatively prompt user for directory."
   (rubocop-ensure-installed)
   (let ((directory
          (or directory
-             (read-directory-name "Select directory:"))))
+             (read-directory-name "Select directory: "))))
     (compilation-start
      (rubocop-build-command command (rubocop-local-file-name directory))
      'compilation-mode



reply via email to

[Prev in Thread] Current Thread [Next in Thread]