fix style

This commit is contained in:
Bevan Kay 2022-12-19 14:43:16 +11:00
parent 84f288be79
commit 2614a29419
No known key found for this signature in database
GPG Key ID: C55CB024B5314B57

View File

@ -101,7 +101,7 @@ module Cask
found_services = find_launchctl_with_wildcard(service) found_services = find_launchctl_with_wildcard(service)
next if found_services.blank? next if found_services.blank?
found_services.each { |service| all_services += service} found_services.each { |found_service| all_services += found_service }
end end
all_services.each do |service| all_services.each do |service|