Skip to content

Commit 59461c8

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maths/gcd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ def gcd(a: int, b: int) -> int:
1818
:param a: first integer
1919
:param b: second integer
2020
:return: greatest common divisor of a and b
21-
"""
21+
"""

0 commit comments

Comments
 (0)