aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/language/python.rb
diff options
context:
space:
mode:
authorMarkus Reiter2017-10-21 19:52:43 +0200
committerMarkus Reiter2017-10-24 19:39:40 +0200
commit526299913fe757af28de9bad868635124b26e071 (patch)
tree814cd51acb534dab820f2f3e1ac717a3b33c7163 /Library/Homebrew/language/python.rb
parentb63a5cbd4bfb3d8c50c1b57e141f40e2d855faf9 (diff)
downloadbrew-526299913fe757af28de9bad868635124b26e071.tar.bz2
Remove usless comments.
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