diff options
Diffstat (limited to 'Library/Homebrew/exceptions.rb')
| -rw-r--r-- | Library/Homebrew/exceptions.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb index 4d1559c28..9743f691a 100644 --- a/Library/Homebrew/exceptions.rb +++ b/Library/Homebrew/exceptions.rb @@ -482,7 +482,7 @@ class DuplicateResourceError < ArgumentError end # raised when a single patch file is not found and apply hasn't been specified -class MissingApplyError < RuntimeError ; end +class MissingApplyError < RuntimeError; end class BottleVersionMismatchError < RuntimeError def initialize(bottle_file, bottle_version, formula, formula_version) |
