From 691dc3e3b3adf9498fd77fd1d912ab4b23fd1cd5 Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Fri, 17 Jun 2022 10:31:36 +0000 Subject: [PATCH] Fix rubocop warnings (#37119). git-svn-id: https://svn.redmine.org/redmine/trunk@21654 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- lib/redmine/wiki_formatting/section_helper.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/redmine/wiki_formatting/section_helper.rb b/lib/redmine/wiki_formatting/section_helper.rb index a697e3faf..086b2b223 100644 --- a/lib/redmine/wiki_formatting/section_helper.rb +++ b/lib/redmine/wiki_formatting/section_helper.rb @@ -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 \ No newline at end of file +end -- 2.39.5