mirror of
https://github.com/gabime/spdlog.git
synced 2025-03-31 18:32:40 +08:00
Fixed tidy warnings
This commit is contained in:
parent
0d8f1f1dd4
commit
551860d079
@ -283,6 +283,7 @@ public:
|
|||||||
dest.append(some_txt.data(), some_txt.data() + some_txt.size());
|
dest.append(some_txt.data(), some_txt.data() + some_txt.size());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[[nodiscard]]
|
||||||
std::unique_ptr<custom_flag_formatter> clone() const override { return std::make_unique<my_formatter_flag>(); }
|
std::unique_ptr<custom_flag_formatter> clone() const override { return std::make_unique<my_formatter_flag>(); }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user