]> source.dussan.org Git - redmine.git/commitdiff
add empty line after guard clause to app/models/wiki_page.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 4 Nov 2020 14:44:06 +0000 (14:44 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 4 Nov 2020 14:44:06 +0000 (14:44 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@20250 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/models/wiki_page.rb

index 4fc4d47061b76a72b2c3f8e0d547faa91faf9ece..9ac19971f8647ea52a3eb6a03438e74d3b6ccd63 100644 (file)
@@ -90,8 +90,8 @@ class WikiPage < ActiveRecord::Base
     if attrs.respond_to?(:to_unsafe_hash)
       attrs = attrs.to_unsafe_hash
     end
-
     return unless attrs.is_a?(Hash)
+
     attrs = attrs.deep_dup
 
     # Project and Tracker must be set before since new_statuses_allowed_to depends on it.