diff --git a/test/helpers/application_helper_test.rb b/test/helpers/application_helper_test.rb
index 6c711c216..235db1a37 100644
--- a/test/helpers/application_helper_test.rb
+++ b/test/helpers/application_helper_test.rb
@@ -1148,7 +1148,7 @@ class ApplicationHelperTest < Redmine::HelperTest
"no *textile* formatting" => "no *textile* formatting",
"this is a tag" => "this is <tag>a tag</tag>"
}
- to_test.each { |text, result| assert_equal result, textilizable(text) }
+ to_test.each {|text, result| assert_equal result, textilizable(text)}
end
def test_pre_tags