Skip to content

Commit 250eef0

Browse files
authored
Merge pull request #1 from codecov/C3
C3 feat merge into original
2 parents 4123ebb + 81a88dd commit 250eef0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/calculator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class Calculator:
2-
2+
#C3
33
def add(x, y):
44
return x + y
55

0 commit comments

Comments
 (0)