1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-14 18:02:58 +00:00

Fixed some resharper warnings

This commit is contained in:
JKorf
2018-08-16 10:40:35 +02:00
parent bb227b4b12
commit b5833e5230
13 changed files with 33 additions and 32 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
using System;
namespace CryptoExchange.Net
namespace CryptoExchange.Net.Objects
{
public class ApiProxy
{
+1 -1
View File
@@ -1,4 +1,4 @@
namespace CryptoExchange.Net
namespace CryptoExchange.Net.Objects
{
public class CallResult<T>
{
+1 -1
View File
@@ -1,4 +1,4 @@
namespace CryptoExchange.Net
namespace CryptoExchange.Net.Objects
{
public abstract class Error
{
@@ -2,10 +2,9 @@
using System.IO;
using CryptoExchange.Net.Authentication;
using CryptoExchange.Net.Logging;
using CryptoExchange.Net.Objects;
using CryptoExchange.Net.RateLimiter;
namespace CryptoExchange.Net
namespace CryptoExchange.Net.Objects
{
/// <summary>
/// Options