Skip to content

Commit a2fc97c

Browse files
pre-commit-ci[bot]henryiii
authored andcommitted
style: pre-commit fixes
1 parent 0d78076 commit a2fc97c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/pybind11/detail/struct_smart_holder.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ High-level aspects:
6060

6161
// IMPORTANT: This code block must stay BELOW the #include <stdexcept> above.
6262
// This is only requried on some builds with libc++ (one of three implementations
63-
// in https://github.com/llvm/llvm-project/blob/a9b64bb3180dab6d28bf800a641f9a9ad54d2c0c/libcxx/include/typeinfo#L271-L276
63+
// in
64+
// https://github.com/llvm/llvm-project/blob/a9b64bb3180dab6d28bf800a641f9a9ad54d2c0c/libcxx/include/typeinfo#L271-L276
6465
// requiere it)
6566
#if !defined(PYBIND11_EXPORT_GUARDED_DELETE)
6667
# if defined(__libcpp_version) && !defined(WIN32) && !defined(_WIN32)

0 commit comments

Comments
 (0)