branch: elpa/rubocop commit d4dad3209f05288bdbe3a31f47794047b87fa424 Author: Bozhidar Batsov <bozhi...@batsov.com> Commit: Bozhidar Batsov <bozhi...@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))