Skip to content

Commit 55b3c42

Browse files
committed
Minor cleanups
1 parent acb68a5 commit 55b3c42

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

LibGit2Sharp.Tests/LogFixture.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
using System;
2-
using LibGit2Sharp;
3-
using LibGit2Sharp.Core;
4-
using Xunit;
1+
using Xunit;
52

63
namespace LibGit2Sharp.Tests
74
{

LibGit2Sharp/GlobalSettings.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using System;
22
using LibGit2Sharp.Core;
3-
using LibGit2Sharp.Handlers;
43

54
namespace LibGit2Sharp
65
{
@@ -33,7 +32,7 @@ public static Version Version
3332
/// with the server This is not commonly
3433
/// used: some callers may want to re-use an existing connection to
3534
/// perform fetch / push operations to a remote.
36-
///
35+
///
3736
/// Note that this configuration is global to an entire process
3837
/// and does not honor application domains.
3938
/// </summary>

LibGit2Sharp/Log.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
using System.Runtime.CompilerServices;
2-
using LibGit2Sharp.Core;
3-
4-
namespace LibGit2Sharp
1+
namespace LibGit2Sharp
52
{
63
internal class Log
74
{

0 commit comments

Comments
 (0)