remove empty line at method body end of test/unit/lib/redmine/unified_diff_test.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@20626 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2020-12-11 14:18:04 +00:00
parent 792fbabecb
commit b4a8ca70e5

View File

@@ -86,7 +86,6 @@ class Redmine::UnifiedDiffTest < ActiveSupport::TestCase
assert_equal [24, -8], diff[6].offsets assert_equal [24, -8], diff[6].offsets
assert_equal [37, -1], diff[8].offsets assert_equal [37, -1], diff[8].offsets
assert_equal [0, -38], diff[10].offsets assert_equal [0, -38], diff[10].offsets
end end
def test_partials_with_html_entities def test_partials_with_html_entities