From f674a3ac03b1672de47e64f0d2d3946b9e9f8429 Mon Sep 17 00:00:00 2001 From: thibhero Date: Fri, 20 Jun 2025 12:59:15 -0400 Subject: [PATCH] comment --- Library/Homebrew/reinstall.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/reinstall.rb b/Library/Homebrew/reinstall.rb index f6a7cc882e..4d5ff2485c 100644 --- a/Library/Homebrew/reinstall.rb +++ b/Library/Homebrew/reinstall.rb @@ -7,6 +7,7 @@ require "messages" module Homebrew module Reinstall + # struct to keep context of the current installer, keg, formula and option InstallationContext = Struct.new(:formula_installer, :keg, :formula, :options) def self.build_install_context( formula,