From d5c000394df28e9c0cce4cb76329fb97ec27ec99 Mon Sep 17 00:00:00 2001 From: Charles Milette Date: Wed, 24 Nov 2021 19:25:25 -0500 Subject: [PATCH] Remove extraneous semicolon --- include/spdlog/common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/spdlog/common.h b/include/spdlog/common.h index c7f7e46dc..ded59d583 100644 --- a/include/spdlog/common.h +++ b/include/spdlog/common.h @@ -167,7 +167,6 @@ struct is_convertible_to_basic_format_string # if defined(SPDLOG_WCHAR_FILENAMES) || defined(SPDLOG_WCHAR_TO_UTF8_SUPPORT) using wstring_view_t = fmt::basic_string_view; using wmemory_buf_t = fmt::basic_memory_buffer; -; template using wformat_string_t = fmt::wformat_string;