wine: fix RuboCop Layout/AlignHash.

This commit is contained in:
Mike McQuaid 2018-11-02 17:23:20 +00:00
parent 2eb1538943
commit f1135c32d3

View file

@ -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