Skip to content

Commit

Permalink
clang-format auto-fix (consequence of master PR #5432).
Browse files Browse the repository at this point in the history
  • Loading branch information
rwgk committed Nov 7, 2024
1 parent dca5623 commit 85209ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_class_sh_disowning.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ TEST_SUBMODULE(class_sh_disowning, m) {

m.def("mixed", mixed);

m.def("overloaded", (int (*)(std::unique_ptr<Atype<1>>, int)) & overloaded);
m.def("overloaded", (int (*)(std::unique_ptr<Atype<2>>, int)) & overloaded);
m.def("overloaded", (int (*)(std::unique_ptr<Atype<1>>, int)) &overloaded);
m.def("overloaded", (int (*)(std::unique_ptr<Atype<2>>, int)) &overloaded);
#endif // PYBIND11_SMART_HOLDER_ENABLED
}

0 comments on commit 85209ea

Please sign in to comment.