From e5e28fbd6915a7e44523507a60bc1b8a9ee4533d Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sun, 13 Oct 2019 10:10:57 +0100 Subject: [PATCH] Auto-fix more Layout/IndentationWidth offenses - These didn't appear in the first pass as the other offense fixes caused them. --- Library/Homebrew/formula_installer.rb | 2 +- Library/Homebrew/utils/fork.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index 5f455486a..1cf128788 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -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? diff --git a/Library/Homebrew/utils/fork.rb b/Library/Homebrew/utils/fork.rb index 866eb407d..ea6127408 100644 --- a/Library/Homebrew/utils/fork.rb +++ b/Library/Homebrew/utils/fork.rb @@ -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