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

rubocop: fix Layout/EmptyLinesAroundAccessModifier of lib/redmine/scm/adapters/cvs_adapter.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@18340 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2019-08-03 05:34:20 +00:00
parent 39a5b2beae
commit 37cde69d50
2 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,6 @@ Layout/EmptyLinesAroundAccessModifier:
- 'app/controllers/timelog_controller.rb' - 'app/controllers/timelog_controller.rb'
- 'app/models/tracker.rb' - 'app/models/tracker.rb'
- 'config/initializers/10-patches.rb' - 'config/initializers/10-patches.rb'
- 'lib/redmine/scm/adapters/cvs_adapter.rb'
- 'lib/redmine/syntax_highlighting.rb' - 'lib/redmine/syntax_highlighting.rb'
- 'lib/redmine/wiki_formatting/textile/redcloth3.rb' - 'lib/redmine/wiki_formatting/textile/redcloth3.rb'
- 'test/functional/repositories_git_controller_test.rb' - 'test/functional/repositories_git_controller_test.rb'

View File

@ -430,6 +430,7 @@ module Redmine
end end
private private
def buildRevision(rev) def buildRevision(rev)
if rev == 0 if rev == 0
if @branchid.nil? if @branchid.nil?