Fixed missing new line
@@ -450,6 +450,7 @@ signal in a dynamic style:
And the same callback, with type hints:
::
+
func _on_area_2d_body_entered(body: PhysicsBody2D) -> void:
pass