1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

adjust indent [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63076 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2018-04-03 11:27:00 +00:00
parent 02df45c4c4
commit 7f30b84c4f

View file

@ -230,7 +230,7 @@ class TestWEBrickHTTPAuth < Test::Unit::TestCase
log.reject! {|line| pat =~ line } log.reject! {|line| pat =~ line }
} }
assert_equal([], log) assert_equal([], log)
} }
TestWEBrick.start_httpserver({}, log_tester) {|server, addr, port, log| TestWEBrick.start_httpserver({}, log_tester) {|server, addr, port, log|
realm = "wb auth-int realm" realm = "wb auth-int realm"
path = "/digest_auth_int" path = "/digest_auth_int"