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

Fix rubocop warnings (#37119).

git-svn-id: https://svn.redmine.org/redmine/trunk@21654 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu 2022-06-17 10:31:36 +00:00
parent 6ec69aaa05
commit 691dc3e3b3

View File

@ -1,7 +1,6 @@
module Redmine
module WikiFormatting
module SectionHelper
def get_section(index)
section = extract_sections(index)[1]
hash = Digest::MD5.hexdigest(section)
@ -56,4 +55,4 @@ module Redmine
end
end
end
end
end