mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Style fix
This commit is contained in:
parent
4fed4529d3
commit
bfbea8be26
@ -50,7 +50,8 @@ module Homebrew
|
||||
end
|
||||
|
||||
def write_formula!
|
||||
raise "name should not be empty" if @name.to_s == ''
|
||||
raise "name should not be empty" if @name.to_s == ""
|
||||
|
||||
path = @tap.new_formula_path(@name)
|
||||
raise "#{path} already exists" if path.exist?
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user