Skip to content

Commit

Permalink
Fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wy12345 committed Sep 28, 2016
1 parent c2e9807 commit 0af23aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions calc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ def div(a, b):
def mul(a, b):
return b

def mod(a, b):
"""Return the mod of 2 integers"""
return a % b
def mod(a, b)
"""Return the mod of 2 integers"""
return a % b

def pow(a, b):
return a*b
Expand Down

0 comments on commit 0af23aa

Please sign in to comment.