Apply review mark-ups

This commit is contained in:
Huw Smithson 2024-11-28 11:10:39 +00:00
parent ad6bdbb67a
commit e0ac126175

View File

@ -71,8 +71,7 @@ SPDLOG_INLINE filename_t rotating_file_sink<Mutex>::filename() {
template <typename Mutex>
SPDLOG_INLINE void rotating_file_sink<Mutex>::rotate_now() {
SPDLOG_TRY { rotate_(); }
SPDLOG_CATCH_STD
rotate_();
}
template <typename Mutex>