From cbe4ecae0c44eae140c8e0adb6baa8a166acd7a8 Mon Sep 17 00:00:00 2001 From: nov matake Date: Tue, 18 Jan 2011 17:42:27 +0900 Subject: [PATCH] remove 1 space --- test/test_ui.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_ui.rb b/test/test_ui.rb index 92e74a49..e20227a4 100644 --- a/test/test_ui.rb +++ b/test/test_ui.rb @@ -8,7 +8,7 @@ module UITest class UIRequestTestCase < Test::Unit::TestCase def setup - @req = UI::Request.new + @req = UI::Request.new end def test_construct