1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 19:47:14 +00:00

Fix RuboCop Layout/TrailingEmptyLines in test/helpers/icons_helper_test.rb (#23980).

git-svn-id: https://svn.redmine.org/redmine/trunk@23207 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2024-11-04 01:29:05 +00:00
parent 92a1699afe
commit 49a84f263c

View File

@ -125,4 +125,4 @@ class IconsHelperTest < Redmine::HelperTest
def test_icon_for_mime_type_should_return_generic_file_icon_for_unknown_mime_types
assert_equal 'file', icon_for_mime_type('unknown-type')
end
end
end