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 +};