Skip to content

Commit cc4918c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 626c456 commit cc4918c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

maths/special_numbers/disarium_number.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ def is_disarium(num: int) -> bool:
3030
position += 1
3131

3232
return total == num
33+
34+
3335
if __name__ == "__main__":
3436
import doctest
37+
3538
doctest.testmod()

0 commit comments

Comments
 (0)