From a1da2bde3d8975a694f994dd222199194c6e762b Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sun, 30 Apr 2023 19:09:41 +0100 Subject: [PATCH] Appease `brew style` --- Library/Homebrew/diagnostic.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/diagnostic.rb b/Library/Homebrew/diagnostic.rb index f756ab3ea4..c17e260df2 100644 --- a/Library/Homebrew/diagnostic.rb +++ b/Library/Homebrew/diagnostic.rb @@ -860,6 +860,7 @@ module Homebrew return if Homebrew::EnvConfig.developer? return if Homebrew::EnvConfig.no_install_from_api? return if Homebrew::Settings.read("devcmdrun") == "true" + cask_tap = Tap.fetch("homebrew", "cask") return unless cask_tap.installed?