Skip to content

Commit

Permalink
fix source indent of Repository::Cvs model
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.redmine.org/redmine/trunk@12878 e93f8b46-1217-0410-a6f0-8f06a7374b81
  • Loading branch information
marutosi committed Feb 13, 2014
1 parent 7a594a2 commit 22c7e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/repository/cvs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def fetch_changesets
order('committed_on ASC, id ASC').
where("repository_id = ? AND revision LIKE 'tmp%'", id).
each do |changeset|
changeset.update_attribute :revision, next_revision_number
changeset.update_attribute :revision, next_revision_number
end
end # transaction
@current_revision_number = nil
Expand Down

0 comments on commit 22c7e0b

Please sign in to comment.