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:
Issy Long 2019-10-13 10:10:57 +01:00
parent 69d84ebfd9
commit e5e28fbd69
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4
2 changed files with 2 additions and 2 deletions

View File

@ -370,7 +370,7 @@ class FormulaInstaller
$stderr.puts "Please report this to the #{formula.tap} tap!"
false
else
f.linked_keg.exist? && f.opt_prefix.exist?
f.linked_keg.exist? && f.opt_prefix.exist?
end
raise FormulaConflictError.new(formula, conflicts) unless conflicts.empty?

View File

@ -54,7 +54,7 @@ module Utils
exit!
else
exit!(true)
exit!(true)
end
ignore_interrupts(:quietly) do # the child will receive the interrupt and marshal it back