Skip to content

Commit 89825a4

Browse files
committed
Remove trailing whitespace
1 parent 0e15503 commit 89825a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_zstd/compressor.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ _zstd_set_c_parameters(ZstdCompressor *self, PyObject *level_or_options,
138138
}
139139
return 0;
140140
}
141-
PyErr_Format(PyExc_TypeError,
141+
PyErr_Format(PyExc_TypeError,
142142
"Invalid type for %s. Expected %s", arg_name, arg_type);
143143
return -1;
144144
}

0 commit comments

Comments
 (0)