Fix brew style.

This commit is contained in:
Mike McQuaid
2020-07-07 13:12:37 +01:00
parent d2e22986cd
commit fa760a2f26
9 changed files with 16 additions and 15 deletions
+1 -1
View File
@@ -268,7 +268,7 @@ module Language
t.stage { do_install Pathname.pwd }
else
t = t.lines.map(&:strip) if t.respond_to?(:lines) && t =~ /\n/
t = t.lines.map(&:strip) if t.respond_to?(:lines) && t.include?("\n")
do_install t
end
end