1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-21 05:13:21 +00:00

Cleanup/Fixed Resharper comments

This commit is contained in:
Jan Korf
2019-09-05 11:00:57 +02:00
parent de0916920f
commit 8cb3420520
22 changed files with 315 additions and 136 deletions
@@ -78,7 +78,7 @@ namespace CryptoExchange.Net.Converters
return true;
}
result = default(T);
result = default;
return false;
}