mirror of
https://github.com/redmine/redmine.git
synced 2026-03-23 21:00:42 +01:00
Fix RuboCop Layout/EmptyLinesAroundMethodBody (#42602).
git-svn-id: https://svn.redmine.org/redmine/trunk@23723 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -54,6 +54,5 @@ class Redmine::WikiFormatting::HtmlSanitizerTest < ActiveSupport::TestCase
|
||||
to_test.each do |input, result|
|
||||
assert_equal result, @sanitizer.call(input)
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user