mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/webrick/accesslog.rb: Cosmetic fix of mismatched indentation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32207 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b9cbe522ed
commit
45f164eaeb
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ module WEBrick
|
||||||
# %U:: Unparsed URI
|
# %U:: Unparsed URI
|
||||||
# %%:: Literal %
|
# %%:: Literal %
|
||||||
|
|
||||||
def setup_params(config, req, res)
|
def setup_params(config, req, res)
|
||||||
params = Hash.new("")
|
params = Hash.new("")
|
||||||
params["a"] = req.peeraddr[3]
|
params["a"] = req.peeraddr[3]
|
||||||
params["b"] = res.sent_size
|
params["b"] = res.sent_size
|
||||||
|
|
Loading…
Reference in a new issue