Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoscon committed Apr 15, 2024
1 parent b333ae0 commit 3ffde39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orderbook/sorteddict.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ PyObject *SortedDict_new(PyTypeObject *type, PyObject *args, PyObject *kwds)
return NULL;
}

self->ordering = INVALID_ORDERING;
self->ordering = INVALID_ORDERING;
// -1 means uninitalized
self->iterator_index = -1;
self->keys = NULL;
Expand Down

0 comments on commit 3ffde39

Please sign in to comment.