mirror of
https://github.com/redmine/redmine.git
synced 2025-11-07 22:05:56 +01:00
rubocop: fix Layout/BlockAlignment of test/unit/lib/redmine/scm/adapters/mercurial_adapter_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18343 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -405,7 +405,8 @@ class MercurialAdapterTest < ActiveSupport::TestCase
|
||||
@branch_char_0,
|
||||
'test_branch.latin-1',
|
||||
'test-branch-00',
|
||||
].each do |bra|
|
||||
]
|
||||
.each do |bra|
|
||||
nib0 = @adapter.nodes_in_branch(bra)
|
||||
assert nib0
|
||||
nib1 = @adapter.nodes_in_branch(bra, :limit => 1)
|
||||
|
||||
Reference in New Issue
Block a user