fix style

This commit is contained in:
Max Eisner 2022-09-02 22:26:58 +02:00
parent 02860aa0e8
commit 20e432c0d5
No known key found for this signature in database
GPG Key ID: 4BF122C22879F0C8

View File

@ -1752,7 +1752,7 @@ class Formula
popen_read_args = %w[]
popen_read_args << commands
popen_read_args << shell_parameter unless shell_parameter.blank?
popen_read_args << shell_parameter if shell_parameter.present?
popen_read_args.flatten!
script_path.dirname.mkpath