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