Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Oct 21, 2022
1 parent 168babe commit 7ae479e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/pybind11/pybind11.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ inline bool apply_exception_translators(std::forward_list<ExceptionTranslator> &
return false;
}

constexpr const char* function_capsule_name = "pybind11_funciton_capsule_v1";
constexpr const char *function_capsule_name = "pybind11_funciton_capsule_v1";

inline bool is_function_record_capsule(const capsule &cap) {
// Compare the pointers, not the values to ensure that each extension is unique
Expand Down

0 comments on commit 7ae479e

Please sign in to comment.