Skip to content

Commit c3c04a5

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/lib-rt/str_ops.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ char CPyStr_EqualLiteral(PyObject *str1, PyObject *str2, Py_ssize_t literal_leng
9090
if (str1 == str2) {
9191
return 1;
9292
}
93-
return _CPyStr_Equal_NoIdentCheck(str1, str2, literal_length)
93+
return _CPyStr_Equal_NoIdentCheck(str1, str2, literal_length)
9494
}
9595

9696
PyObject *CPyStr_GetItem(PyObject *str, CPyTagged index) {

0 commit comments

Comments
 (0)