From 70643a9e4821bd11c3f363f1708fe420965467d1 Mon Sep 17 00:00:00 2001 From: Rutger Broekhoff Date: Fri, 28 Aug 2026 22:17:10 +0200 Subject: Format again --- server/src/log.cppm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'server/src/log.cppm') diff --git a/server/src/log.cppm b/server/src/log.cppm index 0bfdf7d..7c42144 100644 --- a/server/src/log.cppm +++ b/server/src/log.cppm @@ -97,12 +97,12 @@ export class logger { if (sink_->level() <= lvl) sink_->write( - sink::tmp_message{ - .lvl = lvl, - .component = component_, - .txt = std::vformat(fmt, args), - .attrs = attrs_, - }); + sink::tmp_message{ + .lvl = lvl, + .component = component_, + .txt = std::vformat(fmt, args), + .attrs = attrs_, + }); return *this; } @@ -138,7 +138,7 @@ public: } [[nodiscard]] auto with(std::string const& k, std::string_view v) const - -> logger + -> logger { return with(k, std::string{v}); } -- cgit v1.3