Skip to content
Snippets Groups Projects
Commit 6e6ed716 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Add comma for consistence

parent 998186de
No related branches found
No related tags found
No related merge requests found
......@@ -606,5 +606,5 @@ PyTypeObject PyBobLearnActivation_Type = {
0, /* tp_dictoffset */
(initproc)PyBobLearnActivation_init, /* tp_init */
0, /* tp_alloc */
PyBobLearnActivation_new /* tp_new */
PyBobLearnActivation_new, /* tp_new */
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment