mirror of
https://github.com/codecov/codecov-action.git
synced 2026-08-12 08:45:28 +00:00
fix: smiles
This commit is contained in:
@@ -13,3 +13,6 @@ class Calculator:
|
|||||||
if y == 0:
|
if y == 0:
|
||||||
return 'Cannot divide by 0'
|
return 'Cannot divide by 0'
|
||||||
return x * 1.0 / y
|
return x * 1.0 / y
|
||||||
|
|
||||||
|
def smile():
|
||||||
|
return ':))'
|
||||||
|
|||||||
Reference in New Issue
Block a user