Skip to content

Commit 361e592

Browse files
committed
Fix code style issues with Black
1 parent 5cdb31a commit 361e592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_rocket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ def test_add_motor(calisto_motorless, cesaroni_m1670):
500500
cesaroni_m1670 : rocketpy.SolidMotor
501501
Cesaroni M1670 motor
502502
"""
503-
503+
504504
assert isinstance(calisto_motorless.motor, EmptyMotor)
505505
center_of_mass_motorless = calisto_motorless.center_of_mass
506506
calisto_motorless.add_motor(cesaroni_m1670, 0)

0 commit comments

Comments
 (0)