From a0ee7a35742df36f2fa6029f09658ee0115e8b81 Mon Sep 17 00:00:00 2001 From: Paul Caprioli Date: Sun, 15 Jun 2025 17:21:36 -0700 Subject: [PATCH] Remove redundant semicolon in test_typing.cpp --- tests/test_typing.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_typing.cpp b/tests/test_typing.cpp index a78404c0..01faa37a 100644 --- a/tests/test_typing.cpp +++ b/tests/test_typing.cpp @@ -10,7 +10,7 @@ namespace nanobind { namespace detail { template <> struct type_caster { - NB_TYPE_CASTER(NestedClass, const_name("py_stub_test.AClass.NestedClass")); + NB_TYPE_CASTER(NestedClass, const_name("py_stub_test.AClass.NestedClass")) bool from_python(handle /*src*/, uint8_t /*flags*/, cleanup_list*) noexcept { return true;