diff options
| author | Vítor Galvão | 2017-07-29 21:54:18 +0100 |
|---|---|---|
| committer | GitHub | 2017-07-29 21:54:18 +0100 |
| commit | f4501787635a8732909ee811b1b850d52802e928 (patch) | |
| tree | 437070e8c288748a7c83388f40b8c5f444113508 | |
| parent | b4381ddcaa5baf7a8eb4fa55a4bfc1f3a6e779d6 (diff) | |
| download | brew-f4501787635a8732909ee811b1b850d52802e928.tar.bz2 | |
Fix style error
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/cli/internal_audit_modified_casks.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/cli/internal_audit_modified_casks.rb b/Library/Homebrew/cask/lib/hbc/cli/internal_audit_modified_casks.rb index 036a0ac4c..3673a5391 100644 --- a/Library/Homebrew/cask/lib/hbc/cli/internal_audit_modified_casks.rb +++ b/Library/Homebrew/cask/lib/hbc/cli/internal_audit_modified_casks.rb @@ -117,7 +117,6 @@ module Hbc odie "audit failed for #{Formatter.pluralize(num_failed, "cask")}: " \ "#{failed_casks.join(" ")}" end - end end end |
