Fix warning - extra ';' for -Wextra-semi (#3198)

Signed-off-by: hydai <z54981220@gmail.com>
This commit is contained in:
hydai
2024-09-23 20:39:32 +08:00
committed by GitHub
parent 2c76e6101a
commit e593f6695c
5 changed files with 6 additions and 6 deletions

View File

@@ -266,7 +266,7 @@ void multi_sink_example() {
struct my_type {
int i = 0;
explicit my_type(int i)
: i(i){};
: i(i){}
};
#ifndef SPDLOG_USE_STD_FORMAT // when using fmtlib