Skip to content

Commit 735a146

Browse files
committed
formated correctly for pep8
1 parent fd5b4fb commit 735a146

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/demo/foo.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,14 @@
88
def add(a, b):
99
return a+b
1010

11+
1112
def sub(a, b):
1213
return a-b
1314

15+
1416
def mul(a, b):
1517
return a*b
1618

19+
1720
def div(a, b):
1821
return a/b

0 commit comments

Comments
 (0)