From 2a2d9edb257322bec0f7ac602fde3b382fe0082a Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 25 Jul 2026 07:52:08 -0700 Subject: [PATCH] Remove extra newline --- include/fmt/ostream.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/fmt/ostream.h b/include/fmt/ostream.h index 34b8e96f..666440af 100644 --- a/include/fmt/ostream.h +++ b/include/fmt/ostream.h @@ -165,7 +165,6 @@ void println(std::ostream& os, format_string fmt, T&&... args) { } FMT_END_EXPORT - FMT_END_NAMESPACE #endif // FMT_OSTREAM_H_