refactor: included missing new line

pull/76/head
alestiago 4 years ago
parent 8812a3836a
commit b17e32a666

@ -33,6 +33,7 @@ class ChromeDino extends BodyComponent with InitialPosition {
); );
final joint = _ChromeDinoJoint(jointDef); final joint = _ChromeDinoJoint(jointDef);
world.createJoint2(joint); world.createJoint2(joint);
return joint; return joint;
} }

Loading…
Cancel
Save