Rubocop: automatic rule fixes.

This commit is contained in:
Mike McQuaid
2017-09-24 21:23:59 +01:00
parent 9eb51db400
commit 01e9ec9a9f
24 changed files with 36 additions and 40 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ module Language
else
homebrew_site_packages(version)
end
block.call python, version if block
block&.call python, version
end
ENV["PYTHONPATH"] = original_pythonpath
end