Fix multiline hash key/value indentation

This commit is contained in:
Issy Long 2025-05-21 14:31:58 +02:00 committed by GitHub
parent a94037a6ff
commit ee15435a90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,7 +30,7 @@ module Homebrew
# Not all PLC members are Homebrew GitHub organisation members any more # Not all PLC members are Homebrew GitHub organisation members any more
non_maintainer_plc_members = { non_maintainer_plc_members = {
colindean: "Colin Dean", colindean: "Colin Dean",
mozzadrella: "Vanessa Gennarelli", mozzadrella: "Vanessa Gennarelli",
}.transform_keys(&:to_s) }.transform_keys(&:to_s)
public_members += non_maintainer_plc_members.keys public_members += non_maintainer_plc_members.keys