Auto-fix more Layout/IndentationWidth offenses
- These didn't appear in the first pass as the other offense fixes caused them.
This commit is contained in:
parent
69d84ebfd9
commit
e5e28fbd69
@ -370,7 +370,7 @@ class FormulaInstaller
|
|||||||
$stderr.puts "Please report this to the #{formula.tap} tap!"
|
$stderr.puts "Please report this to the #{formula.tap} tap!"
|
||||||
false
|
false
|
||||||
else
|
else
|
||||||
f.linked_keg.exist? && f.opt_prefix.exist?
|
f.linked_keg.exist? && f.opt_prefix.exist?
|
||||||
end
|
end
|
||||||
|
|
||||||
raise FormulaConflictError.new(formula, conflicts) unless conflicts.empty?
|
raise FormulaConflictError.new(formula, conflicts) unless conflicts.empty?
|
||||||
|
@ -54,7 +54,7 @@ module Utils
|
|||||||
|
|
||||||
exit!
|
exit!
|
||||||
else
|
else
|
||||||
exit!(true)
|
exit!(true)
|
||||||
end
|
end
|
||||||
|
|
||||||
ignore_interrupts(:quietly) do # the child will receive the interrupt and marshal it back
|
ignore_interrupts(:quietly) do # the child will receive the interrupt and marshal it back
|
||||||
|
Loading…
x
Reference in New Issue
Block a user