cleanup: rubocop: fix Layout/IndentFirstArrayElement in RepositoryGitTest#test_db_consistent_ordering_before_1_2

git-svn-id: http://svn.redmine.org/redmine/trunk@19139 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2019-11-21 12:46:30 +00:00
parent f50db779fb
commit 0217f6266a

View File

@@ -305,14 +305,15 @@ class RepositoryGitTest < ActiveSupport::TestCase
extra_info_heads = @repository.extra_info["heads"].dup
extra_info_heads.delete_if { |x| x == "83ca5fd546063a3c7dc2e568ba3355661a9e2b2c" }
del_revs = [
del_revs =
[
"83ca5fd546063a3c7dc2e568ba3355661a9e2b2c",
"ed5bb786bbda2dee66a2d50faf51429dbc043a7b",
"4f26664364207fa8b1af9f8722647ab2d4ac5d43",
"deff712f05a90d96edbd70facc47d944be5897e3",
"32ae898b720c2f7eec2723d5bdd558b4cb2d3ddf",
"7e61ac704deecde634b51e59daa8110435dcb3da",
]
]
@repository.changesets.each do |rev|
rev.destroy if del_revs.detect {|r| r == rev.scmid.to_s }
end