]> source.dussan.org Git - redmine.git/commitdiff
add empty line after guard clause to lib/redmine/wiki_formatting/markdown/formatter.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 3 Nov 2020 14:54:51 +0000 (14:54 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 3 Nov 2020 14:54:51 +0000 (14:54 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@20229 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/redmine/wiki_formatting/markdown/formatter.rb

index 4782afc13cd4929a62c9db7b3d425bd35efa6e8c..a2f52b7489c5843b9630f5b8e860732d3934df0b 100644 (file)
@@ -78,6 +78,7 @@ module Redmine
           if hash.present? && hash != Digest::MD5.hexdigest(t[1])
             raise Redmine::WikiFormatting::StaleSectionError
           end
+
           t[1] = update unless t[1].blank?
           t.reject(&:blank?).join "\n\n"
         end