code cleanup: rubocop: fix Layout/SpaceBeforeFirstArg in test/unit/lib/redmine/scm/adapters/git_adapter_test.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@18425 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2019-09-04 05:35:37 +00:00
parent aea4695a7f
commit 75519b7158
2 changed files with 1 additions and 2 deletions

View File

@@ -123,7 +123,7 @@ class GitAdapterTest < ActiveSupport::TestCase
end
def test_tags
assert_equal [
assert_equal [
"tag00.lightweight",
"tag01.annotated",
"tag02.lightweight.#{@char_1}.01",