From 31f917630d1b92e1df0bad1a1e5a620721d51593 Mon Sep 17 00:00:00 2001
From: tranvick <tranvick@yandex-team.ru>
Date: Thu, 10 Feb 2022 16:50:26 +0300
Subject: Restoring authorship annotation for <tranvick@yandex-team.ru>. Commit
 2 of 2.

---
 library/cpp/json/writer/json_value.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'library/cpp/json/writer/json_value.cpp')

diff --git a/library/cpp/json/writer/json_value.cpp b/library/cpp/json/writer/json_value.cpp
index 058cdd99ca..c61e8d1dc4 100644
--- a/library/cpp/json/writer/json_value.cpp
+++ b/library/cpp/json/writer/json_value.cpp
@@ -515,7 +515,7 @@ namespace NJson {
     TJsonValue::TArray& TJsonValue::GetArraySafe() {
         return const_cast<TJsonValue::TArray&>(const_cast<const TJsonValue*>(this)->GetArraySafe());
     }
- 
+
     bool TJsonValue::GetBooleanRobust() const noexcept {
         switch (Type) {
             case JSON_ARRAY:
@@ -753,7 +753,7 @@ namespace NJson {
         }
         return false;
     }
- 
+
     bool TJsonValue::GetValuePointer(const TStringBuf key, TJsonValue** value) noexcept {
         return static_cast<const TJsonValue*>(this)->GetValuePointer(key, const_cast<const TJsonValue**>(value));
     }
-- 
cgit v1.2.3