Skip to content

Commit 69c994a

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project_euler/problem_045/sol1.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ def solution(start: int = 144) -> int:
5757

5858
if __name__ == "__main__":
5959
print(f"{solution()} = ")
60-
61-
# Local fallback improvement: appended a small comment.
60+
61+
# Local fallback improvement: appended a small comment.

0 commit comments

Comments
 (0)