Skip to content

Commit 07fc4b1

Browse files
committed
fix source indent of app/models/changeset.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20084 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent d208cb6 commit 07fc4b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/models/changeset.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ def author
9494

9595
def before_create_cs
9696
self.committer = self.class.to_utf8(self.committer, repository.repo_log_encoding)
97-
self.comments = self.class.normalize_comments(
98-
self.comments, repository.repo_log_encoding)
97+
self.comments =
98+
self.class.normalize_comments(self.comments, repository.repo_log_encoding)
9999
self.user = repository.find_committer_user(self.committer)
100100
end
101101

0 commit comments

Comments
 (0)