1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-12 00:43:03 +00:00

adjusted some resharper things

This commit is contained in:
JKorf
2018-03-01 12:13:51 +01:00
parent 488eb1cd48
commit e89beed9ef
8 changed files with 20 additions and 30 deletions
+1 -4
View File
@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;
using CryptoExchange.Net.RateLimiter;
using CryptoExchange.Net.RateLimiter;
namespace CryptoExchange.Net.Interfaces
{
+1 -2
View File
@@ -1,5 +1,4 @@
namespace CryptoExchange.Net.Interfaces
namespace CryptoExchange.Net.Interfaces
{
public interface IRequestFactory
{