mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
clang-format
This commit is contained in:
@@ -72,7 +72,6 @@ public:
|
||||
tp_ = std::move(tp);
|
||||
}
|
||||
|
||||
|
||||
std::shared_ptr<thread_pool> get_tp()
|
||||
{
|
||||
std::lock_guard<std::recursive_mutex> lock(tp_mutex_);
|
||||
@@ -184,7 +183,6 @@ public:
|
||||
return s_instance;
|
||||
}
|
||||
|
||||
|
||||
private:
|
||||
registry()
|
||||
: formatter_(new pattern_formatter("%+"))
|
||||
|
Reference in New Issue
Block a user