Skip to content

Commit 7d069c1

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: project_euler/problem_039/sol1.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ def solution(n: int = 1000) -> int:
5353

5454
if __name__ == "__main__":
5555
print(f"Perimeter {solution()} has maximum solutions")
56-
57-
# Automated edit: [Edited] Fix minor bug in the main function
56+
57+
# Automated edit: [Edited] Fix minor bug in the main function

0 commit comments

Comments
 (0)