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/req_ctx.cppm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'server/src/req_ctx.cppm') diff --git a/server/src/req_ctx.cppm b/server/src/req_ctx.cppm index 4a64d7d..464f2ff 100644 --- a/server/src/req_ctx.cppm +++ b/server/src/req_ctx.cppm @@ -20,8 +20,8 @@ export class req_ctx public: explicit req_ctx( - trace::id tid, std::locale locale, http::verb_set route_verbs, - bool keep_alive, bhttp::request_header const& req_header) + trace::id tid, std::locale locale, http::verb_set route_verbs, + bool keep_alive, bhttp::request_header const& req_header) : tid_{tid}, locale_{locale}, route_verbs_{route_verbs}, keep_alive_{keep_alive}, req_header_{req_header} { @@ -29,8 +29,8 @@ public: template explicit req_ctx( - trace::id tid, std::locale locale, http::verb_set route_verbs, - bhttp::request const& req) + trace::id tid, std::locale locale, http::verb_set route_verbs, + bhttp::request const& req) : req_ctx{tid, locale, route_verbs, req.keep_alive(), req.base()} { } -- cgit v1.3