From 245c61017fedbf6052f18863f1544e6e76aab0e6 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sun, 13 Oct 2019 10:08:15 +0100 Subject: [PATCH] Auto-fix Layout/ElseAlignment offenses --- 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 dbfa5f1d3b..5f455486a7 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -369,7 +369,7 @@ class FormulaInstaller $stderr.puts "Please report this to the #{formula.tap} tap!" false - else + else f.linked_keg.exist? && f.opt_prefix.exist? end diff --git a/Library/Homebrew/utils/fork.rb b/Library/Homebrew/utils/fork.rb index 29f9acbaf6..866eb407da 100644 --- a/Library/Homebrew/utils/fork.rb +++ b/Library/Homebrew/utils/fork.rb @@ -53,7 +53,7 @@ module Utils write.close exit! - else + else exit!(true) end