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

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

[nongnu] elpa/rubocop d4dad32 48/64: Add missing space


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

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

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

diff --git a/rubocop.el b/rubocop.el
index 5c19548..a689edf 100644
--- a/rubocop.el
+++ b/rubocop.el
@@ -98,6 +98,7 @@ When NO-ERROR is non-nil returns nil instead of raise an 
error."
   "Build RuboCop requires from `rubocop-extensions'."
   (if rubocop-extensions
       (concat
+       " "
        (mapconcat
         (lambda (ext)
           (format "--require %s" ext))



reply via email to

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