Skip to content

Commit d31dfe9

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a8a3f67 commit d31dfe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maths/percentage_calculator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ def calculate_percentage(value, percent):
77

88
result = calculate_percentage(value, percent)
99

10-
print("Result:", result)
10+
print("Result:", result)

0 commit comments

Comments
 (0)