Skip to content
Snippets Groups Projects
Unverified Commit e5e28fbd authored by Issy Long's avatar Issy Long
Browse files

Auto-fix more Layout/IndentationWidth offenses

- These didn't appear in the first pass as the other offense fixes caused them.
parent 69d84ebf
No related branches found
No related tags found
No related merge requests found
......@@ -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?
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment