Add space character in map (pacify brew style)

This commit is contained in:
Benjamin Bolton 2021-09-01 11:46:57 -06:00 committed by GitHub
parent 4acb9cf734
commit 1532c081f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ class Caveats
if f.plist_manual || f.service?
command = if f.service?
f.service.command.map{ |arg| "'#{arg}'" }.join(" ")
f.service.command.map { |arg| "'#{arg}'" }.join(" ")
else
f.plist_manual
end