Skip to content

Commit 76fb40d

Browse files
author
gabime
committed
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

Lines changed: 1 addition & 1 deletion
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)