Skip to content

Commit

Permalink
Merge pull request #2190 from sylveon/sylveon-patch-1
Browse files Browse the repository at this point in the history
Remove extraneous semicolon
  • Loading branch information
gabime committed Nov 25, 2021
2 parents c6d144d + d5c0003 commit b3560d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/spdlog/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,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<wchar_t>;
using wmemory_buf_t = fmt::basic_memory_buffer<wchar_t, 250>;
;

template<typename... Args>
using wformat_string_t = fmt::wformat_string<Args...>;
Expand Down

0 comments on commit b3560d1

Please sign in to comment.