Fixes Layout/EmptyLinesAroundClassBody (#42737).

git-svn-id: https://svn.redmine.org/redmine/trunk@24097 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu
2025-10-31 07:48:51 +00:00
parent d5c21a7ae2
commit 6860fdcd50

View File

@@ -65,6 +65,5 @@ if Object.const_defined?(:Commonmarker)
html = filter(format(text))
assert_match %r{<span class="icon-label">Custom Note Title</span>}, html
end
end
end