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_