mirror of
https://github.com/redmine/redmine.git
synced 2026-01-28 02:09:58 +01:00
fix source indent of app/models/changeset.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20084 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -94,8 +94,8 @@ class Changeset < ActiveRecord::Base
|
||||
|
||||
def before_create_cs
|
||||
self.committer = self.class.to_utf8(self.committer, repository.repo_log_encoding)
|
||||
self.comments = self.class.normalize_comments(
|
||||
self.comments, repository.repo_log_encoding)
|
||||
self.comments =
|
||||
self.class.normalize_comments(self.comments, repository.repo_log_encoding)
|
||||
self.user = repository.find_committer_user(self.committer)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user