Skip to content

Commit

Permalink
Fix whitespace at end of file.
Browse files Browse the repository at this point in the history
  • Loading branch information
vsajip committed Oct 7, 2024
1 parent 2c4d2fa commit d1f40d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/minimext/minimext/calculate_py.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ def fib(index):
current_value = next_value
index -= 1
return current_value

0 comments on commit d1f40d6

Please sign in to comment.