1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-01 03:57:15 +00: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:
Go MAEDA 2025-04-27 09:37:30 +00:00
parent 9052d4d05b
commit 0dc7337c7d

View File

@ -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