Skip to content

Commit 1dabcc4

Browse files
committed
make format
1 parent d2df51e commit 1dabcc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/test_rail_buttons_bending_moments.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def test_bending_moment_zero_with_none_button_height(calisto_motorless):
8585

8686
def test_bending_moment_zero_with_default_button_height(calisto_motorless):
8787
"""Verify bending moments return zero when button_height uses default value.
88-
88+
8989
Parameters
9090
----------
9191
calisto_motorless : rocketpy.Rocket
@@ -98,7 +98,7 @@ def test_bending_moment_zero_with_default_button_height(calisto_motorless):
9898
angular_position=45,
9999
# button_height not specified - should default to None
100100
)
101-
101+
102102
# Verify default is None
103103
assert calisto_motorless.rail_buttons[0].component.button_height is None
104104

0 commit comments

Comments
 (0)