diff options
| author | Markus Reiter | 2017-10-24 21:21:34 +0200 |
|---|---|---|
| committer | GitHub | 2017-10-24 21:21:34 +0200 |
| commit | 8be34a98f8f88e0ea304429b10350ebb64d06652 (patch) | |
| tree | 20de390c8ef4627074f9036d6cee0b2838c30c71 /Library/Homebrew/language/python.rb | |
| parent | 632fdca2d4f2c3b82b1799bbf953a95875c87b3d (diff) | |
| parent | a99a19819c97a175c84cd6f9d56c349931a82636 (diff) | |
| download | brew-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.rb | 8 |
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 |
