From 080df0554b968a269e335b0c83942c44c92c0993 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Sat, 27 Apr 2024 19:35:02 +0300 Subject: [PATCH] Added a missing trailing newline. --- include/boost/detail/lightweight_test_report.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/detail/lightweight_test_report.hpp b/include/boost/detail/lightweight_test_report.hpp index 1511ba9..5717d7c 100644 --- a/include/boost/detail/lightweight_test_report.hpp +++ b/include/boost/detail/lightweight_test_report.hpp @@ -53,4 +53,4 @@ int cpp_main(int argc, char* argv[]) std::cout << std::endl; return test_main(argc, argv); -} \ No newline at end of file +}