mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-21 07:51:12 +00:00
code cleanup: rubocop: fix Style/ColonMethodCall in lib/redmine/scm/adapters/bazaar_adapter.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18510 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
004b1e35f5
commit
5ff3ed914e
@ -1117,7 +1117,6 @@ Style/ColonMethodCall:
|
||||
- 'app/models/setting.rb'
|
||||
- 'lib/redmine/configuration.rb'
|
||||
- 'lib/redmine/export/pdf.rb'
|
||||
- 'lib/redmine/scm/adapters/bazaar_adapter.rb'
|
||||
- 'lib/redmine/wiki_formatting.rb'
|
||||
- 'lib/redmine/wiki_formatting/textile/redcloth3.rb'
|
||||
- 'test/test_helper.rb'
|
||||
|
||||
@ -260,7 +260,7 @@ module Redmine
|
||||
bcp = self.class.branch_conf_path(url)
|
||||
if bcp && File.exist?(bcp)
|
||||
begin
|
||||
f = File::open(bcp, "r")
|
||||
f = File.open(bcp, "r")
|
||||
cnt = 0
|
||||
f.each_line do |line|
|
||||
l = line.chomp.to_s
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user