That didn't need to be a variable
This commit is contained in:
@@ -27,8 +27,7 @@ public static class Tools
|
|||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
BigInteger bigInt = BigInteger.Parse(number);
|
return FormatWithCommas(BigInteger.Parse(number));
|
||||||
return FormatWithCommas(bigInt);
|
|
||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user