Clang-format-18

These files were checked in during the clang-18 merge.  Update them.

Change-Id: I857a87dac29469a4c24e83c6ee8b7c8461002f04
Signed-off-by: Ed Tanous <etanous@nvidia.com>
diff --git a/http/logging.hpp b/http/logging.hpp
index 526d186..a9cf9a3 100644
--- a/http/logging.hpp
+++ b/http/logging.hpp
@@ -67,8 +67,7 @@
     // NOLINTNEXTLINE(google-explicit-constructor)
     FormatString(const char* stringIn, const std::source_location& locIn =
                                            std::source_location::current()) :
-        str(stringIn),
-        loc(locIn)
+        str(stringIn), loc(locIn)
     {}
 };