From cb50ec10591c0e0e4b9915e642bc50d3d8d1fd0a Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Sat, 2 Nov 2024 21:27:47 +0000 Subject: Apply new clang-formatting --- src/JsonUtils.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/JsonUtils.cpp') diff --git a/src/JsonUtils.cpp b/src/JsonUtils.cpp index 2c6c8efbc..05cdb6de2 100644 --- a/src/JsonUtils.cpp +++ b/src/JsonUtils.cpp @@ -44,8 +44,7 @@ bool ParseString(const AString & a_JsonStr, Json::Value & a_Root, AString * a_Er -AString SerializeSingleValueJsonObject( - const AString & a_Key, const AString & a_Value) +AString SerializeSingleValueJsonObject(const AString & a_Key, const AString & a_Value) { Json::Value root; root[a_Key] = a_Value; -- cgit v1.2.3