Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryorah <yoram.harmelin@gmail.com>2013-07-01 14:02:42 +0400
committeryorah <yoram.harmelin@gmail.com>2013-07-01 17:59:34 +0400
commitdcafac69fe830896ef060c3d3678b90637f8a5a8 (patch)
treef9015126be661f94e8cc24ac212ebf59feb4ffbb /LibGit2Sharp/NetworkExtensions.cs
parent6fbd65b68d4fcc3c7baea915da6d99b663131d34 (diff)
Cleanup usings
Diffstat (limited to 'LibGit2Sharp/NetworkExtensions.cs')
-rw-r--r--LibGit2Sharp/NetworkExtensions.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/LibGit2Sharp/NetworkExtensions.cs b/LibGit2Sharp/NetworkExtensions.cs
index 28b06082..0bb96c99 100644
--- a/LibGit2Sharp/NetworkExtensions.cs
+++ b/LibGit2Sharp/NetworkExtensions.cs
@@ -1,7 +1,7 @@
-using System.Globalization;
+using System.Collections.Generic;
+using System.Globalization;
using System.Linq;
using LibGit2Sharp.Core;
-using System.Collections.Generic;
using LibGit2Sharp.Handlers;
namespace LibGit2Sharp