From 7ac8a8695cddb2dadc44d21a8ec8b58f70a963ba Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Tue, 14 Apr 2020 08:47:03 +0000 Subject: [PATCH] fix source indent of previous commit (#24030) git-svn-id: http://svn.redmine.org/redmine/trunk@19700 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/unit/repository_git_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/repository_git_test.rb b/test/unit/repository_git_test.rb index 88d16679e..ad13134c1 100644 --- a/test/unit/repository_git_test.rb +++ b/test/unit/repository_git_test.rb @@ -616,6 +616,6 @@ class RepositoryGitTest < ActiveSupport::TestCase puts "Git UTF-8 test repository contains Emoji." puts "Tests connot run on NOT utf8mb4 MySQL." puts "Skipping unit tests !!!" - def test_fake; assert true end + def test_fake; assert true end end end