diff options
| author | Markus Reiter | 2017-10-08 20:38:32 +0200 |
|---|---|---|
| committer | GitHub | 2017-10-08 20:38:32 +0200 |
| commit | b806a53d88938ab2d2aeb5e96651ed6d47efcdf9 (patch) | |
| tree | 067464b4c08f4c16ca3439b533f06669a78c370c /Library/Homebrew/os/mac/xcode.rb | |
| parent | 91ab116ace7f4f97d3440190463c93be9ec6d675 (diff) | |
| parent | 175ca909ee1a5b57aa0cae2c879920511f311b14 (diff) | |
| download | brew-b806a53d88938ab2d2aeb5e96651ed6d47efcdf9.tar.bz2 | |
Merge pull request #3278 from reitermarkus/code-style
Clean up code style and remove `.rubocop_todo.yml`.
Diffstat (limited to 'Library/Homebrew/os/mac/xcode.rb')
| -rw-r--r-- | Library/Homebrew/os/mac/xcode.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb index 59e7026bd..5071aafcf 100644 --- a/Library/Homebrew/os/mac/xcode.rb +++ b/Library/Homebrew/os/mac/xcode.rb @@ -183,7 +183,7 @@ module OS end module CLT - extend self + module_function STANDALONE_PKG_ID = "com.apple.pkg.DeveloperToolsCLILeo".freeze FROM_XCODE_PKG_ID = "com.apple.pkg.DeveloperToolsCLI".freeze |
