Skip to content

Commit 0af23aa

Browse files
author
wy12345
committed
Fixed indentation
1 parent c2e9807 commit 0af23aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

calc/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ def div(a, b):
1313
def mul(a, b):
1414
return b
1515

16-
def mod(a, b):
17-
"""Return the mod of 2 integers"""
18-
return a % b
16+
def mod(a, b)
17+
"""Return the mod of 2 integers"""
18+
return a % b
1919

2020
def pow(a, b):
2121
return a*b

0 commit comments

Comments
 (0)