]> source.dussan.org Git - redmine.git/commitdiff
cleanup: rubocop: fix Layout/SpaceInsideBlockBraces in test/unit/lib/redmine/wiki_for...
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 24 Nov 2019 13:19:27 +0000 (13:19 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 24 Nov 2019 13:19:27 +0000 (13:19 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@19259 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb

index 803cbd5fc978021906cfed516294f6dadcb9281f..04920d848f4471c6f0b89bd2849f973d4253a9f5 100644 (file)
@@ -603,8 +603,8 @@ class Redmine::WikiFormatting::TextileFormatterTest < ActionView::TestCase
 
   # TODO: Remove this test after migrating to RedCloth 4
   def test_should_not_crash_with_special_input
-    assert_nothing_raised { to_html(" \f") }
-    assert_nothing_raised { to_html(" \v") }
+    assert_nothing_raised {to_html(" \f")}
+    assert_nothing_raised {to_html(" \v")}
   end
 
   def test_should_not_handle_as_preformatted_text_tags_that_starts_with_pre