Remove usless comments.

This commit is contained in:
Markus Reiter 2017-10-21 19:52:43 +02:00
parent b63a5cbd4b
commit 526299913f
2 changed files with 5 additions and 5 deletions

View File

@ -1097,7 +1097,7 @@ module Homebrew
def all
methods.map(&:to_s).grep(/^check_/)
end
end # end class Checks
end
end
end

View File

@ -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