mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-09-19 15:02:41 +08:00
Removed unused usings, removed empty spaces, removed tons os warnings (#903)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using System.Net.Http;
|
||||
using Ocelot.Request.Middleware;
|
||||
using Shouldly;
|
||||
using System;
|
||||
using System.Net.Http;
|
||||
using Xunit;
|
||||
|
||||
namespace Ocelot.UnitTests.Request
|
||||
|
Reference in New Issue
Block a user