Skip to content

Commit ff15a7d

Browse files
committed
Fix code style issues with Black
1 parent ed1b0c9 commit ff15a7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rocketpy/motors/LiquidMotor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def centerOfMass(self, t):
190190
+ self.cylinder.filled_centroid * cylinderMass
191191
+ self.upperCap.filled_centroid * upperCapMass
192192
) / (bottomCapMass + cylinderMass + upperCapMass)
193-
193+
194194
return centerOfMass
195195

196196
def inertiaTensor(self, t):
@@ -219,7 +219,7 @@ def inertiaTensor(self, t):
219219

220220
# fluids considered inviscid so no shear resistance from torques in z axis
221221
self.inertiaZ = 0
222-
222+
223223
return self.inertiaI, self.inertiaZ
224224

225225

0 commit comments

Comments
 (0)