Skip to content

Commit ace6b50

Browse files
committed
fix: Final resolution for W293 whitespace
2 parents 4aff923 + d85558d commit ace6b50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

other/palindrome_check.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ def is_palindrome(text: str) -> bool:
3131
if __name__ == "__main__":
3232
# Standard boilerplate for running documentation examples as tests.
3333
import doctest
34-
doctest.testmod()
34+
doctest.testmod()
35+

0 commit comments

Comments
 (0)