mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-12-26 10:35:48 +08:00
Removed unused usings, removed empty spaces, removed tons os warnings (#903)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
namespace Ocelot.Provider.Consul
|
||||
{
|
||||
using System;
|
||||
using global::Consul;
|
||||
using System;
|
||||
|
||||
public class ConsulClientFactory : IConsulClientFactory
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user