aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/language/python.rb
diff options
context:
space:
mode:
authorMarkus Reiter2017-10-24 21:21:34 +0200
committerGitHub2017-10-24 21:21:34 +0200
commit8be34a98f8f88e0ea304429b10350ebb64d06652 (patch)
tree20de390c8ef4627074f9036d6cee0b2838c30c71 /Library/Homebrew/language/python.rb
parent632fdca2d4f2c3b82b1799bbf953a95875c87b3d (diff)
parenta99a19819c97a175c84cd6f9d56c349931a82636 (diff)
downloadbrew-8be34a98f8f88e0ea304429b10350ebb64d06652.tar.bz2
Merge pull request #3349 from reitermarkus/rubocop-0.51
Rubocop 0.51
Diffstat (limited to 'Library/Homebrew/language/python.rb')
-rw-r--r--Library/Homebrew/language/python.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Homebrew/language/python.rb b/Library/Homebrew/language/python.rb
index 931cc59fc..49e3d1a46 100644
--- a/Library/Homebrew/language/python.rb
+++ b/Library/Homebrew/language/python.rb
@@ -245,7 +245,7 @@ module Language
"-v", "--no-deps", "--no-binary", ":all:",
"--ignore-installed", *targets
end
- end # class Virtualenv
- end # module Virtualenv
- end # module Python
-end # module Language
+ end
+ end
+ end
+end