Commit a4639892 authored by gabime's avatar gabime

keep clang-tidy happy

parent a31719b5
......@@ -188,8 +188,8 @@ using filename_t = std::string;
struct source_loc
{
SPDLOG_CONSTEXPR source_loc()
: filename("")
, line(0)
: filename{""}
, line{0}
{
}
SPDLOG_CONSTEXPR source_loc(const char *filename, int line)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment