Skip to content

Commit

Permalink
Minor cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
nulltoken committed Dec 7, 2014
1 parent acb68a5 commit 55b3c42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
5 changes: 1 addition & 4 deletions LibGit2Sharp.Tests/LogFixture.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using System;
using LibGit2Sharp;
using LibGit2Sharp.Core;
using Xunit;
using Xunit;

namespace LibGit2Sharp.Tests
{
Expand Down
3 changes: 1 addition & 2 deletions LibGit2Sharp/GlobalSettings.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System;
using LibGit2Sharp.Core;
using LibGit2Sharp.Handlers;

namespace LibGit2Sharp
{
Expand Down Expand Up @@ -33,7 +32,7 @@ public static Version Version
/// with the server This is not commonly
/// used: some callers may want to re-use an existing connection to
/// perform fetch / push operations to a remote.
///
///
/// Note that this configuration is global to an entire process
/// and does not honor application domains.
/// </summary>
Expand Down
5 changes: 1 addition & 4 deletions LibGit2Sharp/Log.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using System.Runtime.CompilerServices;
using LibGit2Sharp.Core;

namespace LibGit2Sharp
namespace LibGit2Sharp
{
internal class Log
{
Expand Down

0 comments on commit 55b3c42

Please sign in to comment.