1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-03-20 15:59:53 +00:00

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)) html = filter(format(text))
assert_match %r{<span class="icon-label">Custom Note Title</span>}, html assert_match %r{<span class="icon-label">Custom Note Title</span>}, html
end end
end end
end end