From ef3fb1c3de46ae76d36f00738f8c9c1e4ad732ea Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 13:39:14 +0000 Subject: [PATCH] style: pre-commit fixes --- tests/pybind11_tests.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pybind11_tests.h b/tests/pybind11_tests.h index cfcc024fc7..a2aaa26d72 100644 --- a/tests/pybind11_tests.h +++ b/tests/pybind11_tests.h @@ -115,4 +115,4 @@ class TestContext { private: TestContext(std::string context) : context(context) {} std::string context; -}; \ No newline at end of file +};