Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 76fb40d

Browse files
author
gabime
committedApr 4, 2022
clang format
1 parent 757e9f8 commit 76fb40d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎include/spdlog/sinks/rotating_file_sink-inl.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ SPDLOG_INLINE rotating_file_sink<Mutex>::rotating_file_sink(
3535
{
3636
throw_spdlog_ex("rotating sink constructor: max_size arg cannot be zero");
3737
}
38-
38+
3939
if (max_files > 200000)
4040
{
4141
throw_spdlog_ex("rotating sink constructor: max_files arg cannot exceed 200000");

0 commit comments

Comments
 (0)
Please sign in to comment.