Skip to content

Commit

Permalink
Merge pull request #2284 from ylecuyer/fix-rubocop-offence-yle
Browse files Browse the repository at this point in the history
[changelog skip] Fix: Rubocop offence introduced in ad8197e
  • Loading branch information
nateberkopec committed May 26, 2020
2 parents 2f1dfbc + 24235fd commit 6b5a837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puma/server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ def handle_request(req, lines)
to_add = {}
end

to_add[k.gsub(",", "_")] = v
to_add[k.tr(",", "_")] = v
end
end

Expand Down

0 comments on commit 6b5a837

Please sign in to comment.