diff --git a/gptqmodel_ext/machete/core/registration.h b/gptqmodel_ext/machete/core/registration.h index c83d6cebf..4d0ce1c57 100644 --- a/gptqmodel_ext/machete/core/registration.h +++ b/gptqmodel_ext/machete/core/registration.h @@ -24,4 +24,4 @@ static struct PyModuleDef module = {PyModuleDef_HEAD_INIT, \ STRINGIFY(NAME), nullptr, 0, nullptr}; \ return PyModule_Create(&module); \ - } \ No newline at end of file + }