uwsgi: fix RuboCop Layout/AlignHash.
This commit is contained in:
parent
bc90e54f29
commit
6851a58714
1 changed files with 2 additions and 2 deletions
|
@ -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|
|
||||
|
|
Loading…
Reference in a new issue