Skip to content

Commit

Permalink
Remove & Sort usings
Browse files Browse the repository at this point in the history
  • Loading branch information
nikeee committed Jul 27, 2014
1 parent db5c28b commit 6134300
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
8 changes: 4 additions & 4 deletions src/NTH/NTH.Tests/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/NTH/NTH.Tests/Security/Cryptography/Adler32Tests.cs
@@ -1,7 +1,7 @@
using System;
using System.IO;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using NTH.Security.Cryptography;
using System;
using System.IO;

namespace NTH.Tests.Security.Cryptography
{
Expand Down
5 changes: 2 additions & 3 deletions src/NTH/NTH.Tests/Text/StringExtensionsTests.cs
@@ -1,7 +1,6 @@
using System;
using System.CodeDom;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using NTH.Text;
using System;

namespace NTH.Tests.Text
{
Expand Down

0 comments on commit 6134300

Please sign in to comment.