mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-19 12:22:56 +00:00
Fixed some resharper warnings
This commit is contained in:
@@ -33,7 +33,7 @@ namespace CryptoExchange.Net
|
||||
{
|
||||
lock (source)
|
||||
{
|
||||
string result = null;
|
||||
string result;
|
||||
int length = source.Length;
|
||||
IntPtr pointer = IntPtr.Zero;
|
||||
char[] chars = new char[length];
|
||||
|
||||
Reference in New Issue
Block a user