code cleanup: rubocop: fix Layout/IndentationConsistency in test/functional/repositories_git_controller_test.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@18466 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2019-09-13 13:46:08 +00:00
parent dbaea7c599
commit 81d6e24a8f
2 changed files with 1 additions and 2 deletions

View File

@@ -160,7 +160,7 @@ class RepositoriesGitControllerTest < Redmine::RepositoryControllerTest
@repository.fetch_changesets
@project.reload
assert_equal NUM_REV, @repository.changesets.count
[
[
"tag00.lightweight",
"tag01.annotated",
].each do |t1|