brew style fixes

This commit is contained in:
L. E. Segovia 2017-10-24 10:17:11 -03:00
parent 2bfc7904fb
commit 09e26b1152

View File

@ -78,7 +78,7 @@ begin
# - a help flag is passed AND a command is matched # - a help flag is passed AND a command is matched
# - a help flag is passed AND there is no command specified # - a help flag is passed AND there is no command specified
# - no arguments are passed # - no arguments are passed
# - if cmd is Cask, let Cask handle the help command instead # - if cmd is Cask, let Cask handle the help command instead
if (empty_argv || help_flag) && cmd != "cask" if (empty_argv || help_flag) && cmd != "cask"
require "cmd/help" require "cmd/help"
Homebrew.help cmd, empty_argv: empty_argv Homebrew.help cmd, empty_argv: empty_argv