mirror of
https://github.com/gabime/spdlog.git
synced 2025-03-07 19:07:15 +08:00
clang-format
This commit is contained in:
parent
8c125ed009
commit
18df6138a7
@ -463,8 +463,8 @@ class full_formatter final : public flag_formatter
|
|||||||
void format(const details::log_msg &msg, const std::tm &tm_time, fmt::memory_buffer &dest) override
|
void format(const details::log_msg &msg, const std::tm &tm_time, fmt::memory_buffer &dest) override
|
||||||
{
|
{
|
||||||
using std::chrono::duration_cast;
|
using std::chrono::duration_cast;
|
||||||
using std::chrono::seconds;
|
|
||||||
using std::chrono::milliseconds;
|
using std::chrono::milliseconds;
|
||||||
|
using std::chrono::seconds;
|
||||||
|
|
||||||
#ifndef SPDLOG_NO_DATETIME
|
#ifndef SPDLOG_NO_DATETIME
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user