Skip to content

Commit c6cfddc

Browse files
committed
Trigger re-PR with a minor change
1 parent 58273e7 commit c6cfddc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

physics/escape_velocity.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import math
22
# Escape velocity calculator script
3+
# Minor change to trigger pull request again
34
def escape_velocity(mass: float, radius: float) -> float:
45
"""
56
Calculates the escape velocity needed to break free from a celestial body's gravitational field.

0 commit comments

Comments
 (0)