fix style
This commit is contained in:
parent
84f288be79
commit
2614a29419
@ -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|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user