wine: fix RuboCop Layout/AlignHash.
This commit is contained in:
parent
2eb1538943
commit
f1135c32d3
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ class Wine < Formula
|
|||
def openssl_arch_args
|
||||
{
|
||||
:x86_64 => %w[darwin64-x86_64-cc enable-ec_nistp_64_gcc_128],
|
||||
:i386 => %w[darwin-i386-cc],
|
||||
:i386 => %w[darwin-i386-cc],
|
||||
}
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue