Fix code style.

This commit is contained in:
Markus Reiter 2024-02-14 22:47:29 +01:00
parent f4ac2996a7
commit 177e9163c2
No known key found for this signature in database
GPG Key ID: 245293B51702655B

View File

@ -624,7 +624,6 @@ module Formulary
options = { options = {
alias_path: (alias_path if alias_dir == tap&.alias_dir), alias_path: (alias_path if alias_dir == tap&.alias_dir),
tap: tap, tap: tap,
}.compact }.compact
super(name, path, **options) super(name, path, **options)