From 7f30b84c4f16fb87b2c85097763f573d357e412d Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 3 Apr 2018 11:27:00 +0000 Subject: adjust indent [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63076 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/webrick/test_httpauth.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/webrick') diff --git a/test/webrick/test_httpauth.rb b/test/webrick/test_httpauth.rb index ff539f06c7..8439be2025 100644 --- a/test/webrick/test_httpauth.rb +++ b/test/webrick/test_httpauth.rb @@ -230,7 +230,7 @@ class TestWEBrickHTTPAuth < Test::Unit::TestCase log.reject! {|line| pat =~ line } } assert_equal([], log) - } + } TestWEBrick.start_httpserver({}, log_tester) {|server, addr, port, log| realm = "wb auth-int realm" path = "/digest_auth_int" -- cgit v1.2.3