Skip to content

Commit 19e45fc

Browse files
Evangelinkarturcic
authored andcommitted
Fix formatting
1 parent 3e71df3 commit 19e45fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/GitVersion.Core.Tests/Helpers/DirectoryHelper.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ public static class DirectoryHelper
88
{
99
private static readonly Dictionary<string, string> ToRename = new()
1010
{
11-
{"gitted", ".git"},
12-
{"gitmodules", ".gitmodules"},
11+
{ "gitted", ".git" },
12+
{ "gitmodules", ".gitmodules" },
1313
};
1414

1515
public static void CopyFilesRecursively(DirectoryInfo source, DirectoryInfo target)

0 commit comments

Comments
 (0)