Skip to content

Commit 26f57e2

Browse files
style: pre-commit fixes
1 parent 2720b46 commit 26f57e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/pybind11/detail/internals.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ class internals_pp_manager {
607607
if (!tstate || tstate->interp == last_istate_tls()) {
608608
auto tpp = internals_p_tls();
609609

610-
delete tpp;
610+
delete tpp;
611611
}
612612
unref();
613613
return;

0 commit comments

Comments
 (0)