]> source.dussan.org Git - redmine.git/commitdiff
add empty line after guard clause to lib/redmine/wiki_formatting/textile/formatter.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 28 Oct 2020 14:43:21 +0000 (14:43 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 28 Oct 2020 14:43:21 +0000 (14:43 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@20227 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/redmine/wiki_formatting/textile/formatter.rb

index 71f7b331d26832c68a4ea7fade786c9f00c65989..d52c2b8be5c415fa149aa6e7eb8a50317313aafb 100644 (file)
@@ -57,6 +57,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