From c11fabc4796dad270e7d7f748c0bbd05b748bfcd Mon Sep 17 00:00:00 2001 From: Roman Yurchak Date: Sat, 19 Feb 2022 09:33:49 +0100 Subject: [PATCH] Fix pre-commit CI (#2191) --- docs/requirements-doc.txt | 2 +- packages/cpp-exceptions-test/src/throw.cpp | 2 +- src/core/error_handling_cpp.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/requirements-doc.txt b/docs/requirements-doc.txt index 47cf6696d..ad16664f8 100644 --- a/docs/requirements-doc.txt +++ b/docs/requirements-doc.txt @@ -10,4 +10,4 @@ sphinx-issues==2.0.0 sphinx-js==3.1 sphinx-version-warning~=1.1.2 sphinx-panels -markupsafe<2.1.0 \ No newline at end of file +markupsafe<2.1.0 diff --git a/packages/cpp-exceptions-test/src/throw.cpp b/packages/cpp-exceptions-test/src/throw.cpp index 9b3d23d83..bfbf1dddd 100644 --- a/packages/cpp-exceptions-test/src/throw.cpp +++ b/packages/cpp-exceptions-test/src/throw.cpp @@ -21,4 +21,4 @@ throw_exc(int x) } else { throw "abc"; } -} \ No newline at end of file +} diff --git a/src/core/error_handling_cpp.cpp b/src/core/error_handling_cpp.cpp index e84239913..bf3f22569 100644 --- a/src/core/error_handling_cpp.cpp +++ b/src/core/error_handling_cpp.cpp @@ -10,4 +10,4 @@ extern "C" const std::type_info* exc_type() { return &typeid(exception); } const char* exc_typename(std::type_info* type) { return type->name(); } -} \ No newline at end of file +}