reordered usings

This commit is contained in:
aedampir@gmail.com
2016-06-15 18:19:17 +07:00
parent 9ca231bb27
commit 1045e55fed
2 changed files with 4 additions and 4 deletions
@@ -1,6 +1,6 @@
using NSubstitute;
using System;
using System;
using System.Threading.Tasks;
using NSubstitute;
using Xunit;
namespace Octokit.Tests.Clients
@@ -1,6 +1,6 @@
using NSubstitute;
using System;
using NSubstitute;
using Octokit.Reactive;
using System;
using Xunit;
namespace Octokit.Tests.Reactive