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:
parent
39a5b2beae
commit
37cde69d50
@ -182,7 +182,6 @@ Layout/EmptyLinesAroundAccessModifier:
|
||||
- 'app/controllers/timelog_controller.rb'
|
||||
- 'app/models/tracker.rb'
|
||||
- 'config/initializers/10-patches.rb'
|
||||
- 'lib/redmine/scm/adapters/cvs_adapter.rb'
|
||||
- 'lib/redmine/syntax_highlighting.rb'
|
||||
- 'lib/redmine/wiki_formatting/textile/redcloth3.rb'
|
||||
- 'test/functional/repositories_git_controller_test.rb'
|
||||
|
||||
@ -430,6 +430,7 @@ module Redmine
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def buildRevision(rev)
|
||||
if rev == 0
|
||||
if @branchid.nil?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user