aboutsummaryrefslogtreecommitdiffstats
path: root/Library
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
parentb63a5cbd4bfb3d8c50c1b57e141f40e2d855faf9 (diff)
downloadbrew-526299913fe757af28de9bad868635124b26e071.tar.bz2
Remove usless comments.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/diagnostic.rb2
-rw-r--r--Library/Homebrew/language/python.rb8
2 files changed, 5 insertions, 5 deletions
diff --git a/Library/Homebrew/diagnostic.rb b/Library/Homebrew/diagnostic.rb
index 49402bc07..51a892e28 100644
--- a/Library/Homebrew/diagnostic.rb
+++ b/Library/Homebrew/diagnostic.rb
@@ -1097,7 +1097,7 @@ module Homebrew
def all
methods.map(&:to_s).grep(/^check_/)
end
- end # end class Checks
+ end
end
end
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