fix source indent of previous commit (#24030)

git-svn-id: http://svn.redmine.org/redmine/trunk@19700 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2020-04-14 08:47:03 +00:00
parent f6f136871a
commit 7ac8a8695c

View File

@@ -616,6 +616,6 @@ class RepositoryGitTest < ActiveSupport::TestCase
puts "Git UTF-8 test repository contains Emoji." puts "Git UTF-8 test repository contains Emoji."
puts "Tests connot run on NOT utf8mb4 MySQL." puts "Tests connot run on NOT utf8mb4 MySQL."
puts "Skipping unit tests !!!" puts "Skipping unit tests !!!"
def test_fake; assert true end def test_fake; assert true end
end end
end end