Skip to content

Commit 20bf303

Browse files
committed
reduce diff
1 parent 34e8b55 commit 20bf303

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
@@ -532,7 +532,7 @@ static PyGetSetDef SHAKE_getseters[] = {
532532
{"_capacity_bits", SHA3_get_capacity_bits, NULL, NULL, NULL},
533533
{"_rate_bits", SHA3_get_rate_bits, NULL, NULL, NULL},
534534
{"_suffix", SHAKE_get_suffix, NULL, NULL, NULL},
535-
{NULL, NULL, NULL, NULL, NULL} /* Sentinel */
535+
{NULL} /* Sentinel */
536536
};
537537

538538

0 commit comments

Comments
 (0)