From 0dc7337c7d45977378b0a2c40beb301da4d02a05 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sun, 27 Apr 2025 09:37:30 +0000 Subject: [PATCH] Fix RuboCop Layout/EmptyLinesAroundMethodBody (#42602). git-svn-id: https://svn.redmine.org/redmine/trunk@23723 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/unit/lib/redmine/wiki_formatting/html_sanitizer_test.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test/unit/lib/redmine/wiki_formatting/html_sanitizer_test.rb b/test/unit/lib/redmine/wiki_formatting/html_sanitizer_test.rb index 90e02640d..f8793cf9f 100644 --- a/test/unit/lib/redmine/wiki_formatting/html_sanitizer_test.rb +++ b/test/unit/lib/redmine/wiki_formatting/html_sanitizer_test.rb @@ -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