Skip to content

Commit acbe3d1

Browse files
committed
remove cosmetics
1 parent 94a6460 commit acbe3d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/sha3module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ static PyGetSetDef SHA3_getseters[] = {
379379
{"_capacity_bits", (getter)SHA3_get_capacity_bits, NULL, NULL, NULL},
380380
{"_rate_bits", (getter)SHA3_get_rate_bits, NULL, NULL, NULL},
381381
{"_suffix", (getter)SHA3_get_suffix, NULL, NULL, NULL},
382-
{NULL, NULL, NULL, NULL, NULL} /* Sentinel */
382+
{NULL} /* Sentinel */
383383
};
384384

385385
#define SHA3_TYPE_SLOTS(type_slots_obj, type_doc, type_methods, type_getseters) \

0 commit comments

Comments
 (0)