diff --git a/include/pocketpy/objects/object.h b/include/pocketpy/objects/object.h index c6e5e8da..1ff4c948 100644 --- a/include/pocketpy/objects/object.h +++ b/include/pocketpy/objects/object.h @@ -31,4 +31,5 @@ void PyObject__dtor(PyObject* self); PyObject* obj = (val)->_obj; \ obj->gc_marked = true; \ c11_vector__push(PyObject*, p_stack, obj); \ - } \ No newline at end of file + } +