uwsgi: fix RuboCop Layout/AlignHash.

This commit is contained in:
Mike McQuaid 2018-11-02 17:23:18 +00:00
parent bc90e54f29
commit 6851a58714

View file

@ -94,8 +94,8 @@ class Uwsgi < Formula
end
python_versions = {
"python"=>"python2.7",
"python2"=>"python2.7",
"python" => "python2.7",
"python2" => "python2.7",
}
python_versions["python3"] = "python3" if build.with? "python"
python_versions.each do |k, v|