Skip to content

Commit 98adeee

Browse files
committed
line length
1 parent 61c4adf commit 98adeee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Modules/_lzmamodule.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1611,7 +1611,8 @@ lzma_exec(PyObject *module)
16111611
}
16121612

16131613
if (PyModule_AddStringConstant(
1614-
module, "LZMA_HEADER_VERSION_STRING", LZMA_VERSION_STRING) < 0) {
1614+
module, "LZMA_HEADER_VERSION_STRING",
1615+
LZMA_VERSION_STRING) < 0) {
16151616
return -1;
16161617
}
16171618
if (PyModule_AddStringConstant(

0 commit comments

Comments
 (0)