From 177e9163c20c8d27f68fad95893eaf624780471f Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Wed, 14 Feb 2024 22:47:29 +0100 Subject: [PATCH] Fix code style. --- Library/Homebrew/formulary.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/Homebrew/formulary.rb b/Library/Homebrew/formulary.rb index 1d402ba0c3..61019d9cfc 100644 --- a/Library/Homebrew/formulary.rb +++ b/Library/Homebrew/formulary.rb @@ -624,7 +624,6 @@ module Formulary options = { alias_path: (alias_path if alias_dir == tap&.alias_dir), tap: tap, - }.compact super(name, path, **options)