mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-08-04 18:52:27 +08:00
Removed unused usings, removed empty spaces, removed tons os warnings (#903)
This commit is contained in:
@ -1,16 +1,16 @@
|
||||
using BenchmarkDotNet.Attributes;
|
||||
using BenchmarkDotNet.Columns;
|
||||
using BenchmarkDotNet.Configs;
|
||||
using System.Net.Http;
|
||||
using BenchmarkDotNet.Diagnosers;
|
||||
using BenchmarkDotNet.Validators;
|
||||
using System.Net.Http;
|
||||
|
||||
namespace Ocelot.Benchmarks
|
||||
{
|
||||
using System.Collections.Concurrent;
|
||||
using Configuration;
|
||||
using Configuration.Builder;
|
||||
using Requester;
|
||||
using System.Collections.Concurrent;
|
||||
|
||||
[Config(typeof(DictionaryBenchmarks))]
|
||||
public class DictionaryBenchmarks : ManualConfig
|
||||
|
Reference in New Issue
Block a user