Skip to content

Commit ff269ab

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent bc4a794 commit ff269ab

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/_jpegxl.c

+4-2
Original file line numberDiff line numberDiff line change
@@ -619,8 +619,10 @@ JpegXlDecoderVersion_str(void) {
619619
}
620620

621621
static PyMethodDef jpegxlMethods[] = {
622-
{"JpegXlDecoderVersion", JpegXlDecoderVersion_wrapper, METH_NOARGS, "JpegXlVersion"
623-
},
622+
{"JpegXlDecoderVersion",
623+
JpegXlDecoderVersion_wrapper,
624+
METH_NOARGS,
625+
"JpegXlVersion"},
624626
{"PILJpegXlDecoder", _jxl_decoder_new, METH_VARARGS, "PILJpegXlDecoder"},
625627
{NULL, NULL}
626628
};

0 commit comments

Comments
 (0)