Fix duplicate newlines at the end of files

This commit is contained in:
Matthias Grob
2024-05-22 14:21:56 +02:00
parent 7f14110bb1
commit f2bca92221
274 changed files with 248 additions and 560 deletions
-1
View File
@@ -17963,4 +17963,3 @@ using Catch::Detail::Approx;
// end catch_reenable_warnings.h
// end catch.hpp
#endif // TWOBLUECUBES_SINGLE_INCLUDE_CATCH_HPP_INCLUDED
@@ -51,4 +51,3 @@ TEST_CASE("Failure Injection - Reject mid-air when it is disabled", "[multicopte
std::chrono::seconds until_disarmed_timeout = std::chrono::seconds(180);
tester.wait_until_disarmed(until_disarmed_timeout);
}