Skip to content

Commit 4684cb8

Browse files
committed
fix formatting
1 parent 8618111 commit 4684cb8

9 files changed

+11
-11
lines changed

src/GitTools.Testing/Fixtures/EmptyRepositoryFixture.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using LibGit2Sharp;
33

44
namespace GitTools.Testing

src/GitTools.Testing/Fixtures/LocalRepositoryFixture.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using LibGit2Sharp;
1+
using LibGit2Sharp;
22

33
namespace GitTools.Testing
44
{

src/GitTools.Testing/Fixtures/RemoteRepositoryFixture.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using LibGit2Sharp;
33

44
namespace GitTools.Testing

src/GitTools.Testing/Generate.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using LibGit2Sharp;
33

44
namespace GitTools.Testing
@@ -25,4 +25,4 @@ public static Signature Signature(DateTimeOffset dateTimeOffset)
2525
return new Signature("A. U. Thor", "[email protected]", dateTimeOffset);
2626
}
2727
}
28-
}
28+
}

src/GitTools.Testing/GitTestExtensions.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.IO;
33
using System.Linq;
44
using LibGit2Sharp;
@@ -84,4 +84,4 @@ public static Commit CreatePullRequestRef(this IRepository repository, string fr
8484
return commit;
8585
}
8686
}
87-
}
87+
}

src/GitTools.Testing/Internal/DirectoryHelper.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Collections.Generic;
33
using System.Diagnostics;
44
using System.IO;

src/GitTools.Testing/Internal/PathHelper.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.IO;
33

44
namespace GitTools.Testing.Internal

src/GitTools.Testing/Internal/StringBuilderExtensions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Text;
1+
using System.Text;
22
using JetBrains.Annotations;
33

44
namespace GitTools.Testing.Internal

src/GitTools.Testing/VirtualTime.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22

33
namespace GitTools.Testing
44
{

0 commit comments

Comments
 (0)