mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-26 10:31:34 +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());
|
||||
}
|
||||
|
||||
[[nodiscard]]
|
||||
std::unique_ptr<custom_flag_formatter> clone() const override { return std::make_unique<my_formatter_flag>(); }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user