From 01de07426c9d923c8c0b4ef7272b5b822399c4a7 Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Fri, 15 Oct 2021 11:25:16 +0200 Subject: clang-format --- zenhttp/httpsys.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'zenhttp/httpsys.cpp') diff --git a/zenhttp/httpsys.cpp b/zenhttp/httpsys.cpp index 0a9341d0c..f3568bbd1 100644 --- a/zenhttp/httpsys.cpp +++ b/zenhttp/httpsys.cpp @@ -1267,8 +1267,7 @@ HttpSysServerRequest::HttpSysServerRequest(HttpSysTransaction& Tx, HttpService& m_QueryStringUtf8.Reset(); } - m_QueryString = std::string_view(m_QueryStringUtf8); - + m_QueryString = std::string_view(m_QueryStringUtf8); m_Verb = TranslateHttpVerb(HttpRequestPtr->Verb); m_ContentLength = GetContentLength(HttpRequestPtr); m_ContentType = GetContentType(HttpRequestPtr); -- cgit v1.2.3