Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
DrawZeroPoint committed Apr 21, 2024
1 parent 80aa331 commit 566ed69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/ruckig/third_party/doctest/doctest.h
Original file line number Diff line number Diff line change
Expand Up @@ -1469,7 +1469,7 @@ class ExceptionTranslator : public IExceptionTranslator //! OCLINT destructor o
res = m_translateFunction(ex); //! OCLINT parameter reassignment
return true;
} catch (...) {
} //! OCLINT - empty catch statement
} //! OCLINT - empty catch statement
#endif // DOCTEST_CONFIG_NO_EXCEPTIONS
static_cast<void>(res); // to silence -Wunused-parameter
return false;
Expand Down Expand Up @@ -6459,7 +6459,7 @@ int Context::run() {
#ifndef DOCTEST_CONFIG_NO_EXCEPTIONS
try {
#endif // DOCTEST_CONFIG_NO_EXCEPTIONS
// MSVC 2015 diagnoses fatalConditionHandler as unused (because reset() is a static method)
// MSVC 2015 diagnoses fatalConditionHandler as unused (because reset() is a static method)
DOCTEST_MSVC_SUPPRESS_WARNING_WITH_PUSH(4101) // unreferenced local variable
FatalConditionHandler fatalConditionHandler; // Handle signals
// execute the test
Expand Down

0 comments on commit 566ed69

Please sign in to comment.