mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-19 16:18:14 +08:00
Removed unused usings, removed empty spaces, removed tons os warnings (#903)
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
namespace Ocelot.UnitTests.Polly
|
||||
{
|
||||
using System.IO;
|
||||
using Microsoft.Extensions.Configuration;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using Moq;
|
||||
@ -10,6 +9,7 @@
|
||||
using Ocelot.Requester;
|
||||
using Provider.Polly;
|
||||
using Shouldly;
|
||||
using System.IO;
|
||||
using Xunit;
|
||||
|
||||
public class OcelotBuilderExtensionsTests
|
||||
|
Reference in New Issue
Block a user