Skip to content

Commit

Permalink
Merge pull request #192 from Socordia-Org/main-cf-autofix
Browse files Browse the repository at this point in the history
Apply fixes from CodeFactor
  • Loading branch information
furesoft authored Feb 3, 2025
2 parents f5c6100 + 205c805 commit 7d6a335
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ private int ParseNumber()
var token = NextToken();

if (int.TryParse(token.Value, out var iR))

{
return iR;
}
Expand Down

0 comments on commit 7d6a335

Please sign in to comment.