clang-tidy fixes for c259ac4c32

This commit is contained in:
github-actions 2020-08-14 00:14:30 +00:00
parent c259ac4c32
commit 727169a13c
1 changed files with 2 additions and 0 deletions

View File

@ -27,7 +27,9 @@ bool isStrong(int number)
/* calculate factorial of n */
for (int i = 1; i <= remainder; factorial *= i, i++)
{
;
}
sum += factorial;
originalNumber /= 10;
}