Skip to content

Commit d155d6a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maths/pollard_rho_discrete_log.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,4 @@ def f(x: int, y: int) -> int:
122122
# Another test: 5^3 % 13 = 12 (5^3 = 125 % 13 = 12)
123123
result2 = pollards_rho_discrete_log(5, 12, 13)
124124
assert result2 == 3, f"Expected 3, got {result2}"
125-
print(f"Test passed: {result2}")
125+
print(f"Test passed: {result2}")

0 commit comments

Comments
 (0)