From 11ae9eca250d0188b7962459cbc6706719e7dca9 Mon Sep 17 00:00:00 2001 From: unril <unril@yandex-team.ru> Date: Thu, 10 Feb 2022 16:46:05 +0300 Subject: Restoring authorship annotation for <unril@yandex-team.ru>. Commit 1 of 2. --- .../aws-sdk-cpp/aws-cpp-sdk-core/source/utils/json/JsonSerializer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/json') diff --git a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/json/JsonSerializer.cpp b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/json/JsonSerializer.cpp index 9b785d1995..a0f5400612 100644 --- a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/json/JsonSerializer.cpp +++ b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/json/JsonSerializer.cpp @@ -633,7 +633,7 @@ Aws::String JsonView::WriteCompact(bool treatAsObject) const { return "{}"; } - return {}; + return {}; } auto temp = cJSON_PrintUnformatted(m_value); @@ -650,7 +650,7 @@ Aws::String JsonView::WriteReadable(bool treatAsObject) const { return "{\n}\n"; } - return {}; + return {}; } auto temp = cJSON_Print(m_value); -- cgit v1.2.3