1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-24 01:11:12 +00:00

fix code indent at app/models/repository/cvs.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@13905 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2015-01-18 16:40:42 +00:00
parent ad9fd2b66b
commit 8327f650c3

View File

@ -187,7 +187,7 @@ class Repository::Cvs < Repository
where("repository_id = ? AND revision LIKE 'tmp%'", id).
each do |changeset|
changeset.update_attribute :revision, next_revision_number
end
end
end # transaction
@current_revision_number = nil
end