From ca3252a147a429eac4ba8221857493c58dcd09b5 Mon Sep 17 00:00:00 2001
From: ivanzhukov <ivanzhukov@yandex-team.ru>
Date: Thu, 10 Feb 2022 16:49:41 +0300
Subject: Restoring authorship annotation for <ivanzhukov@yandex-team.ru>.
 Commit 2 of 2.

---
 library/cpp/monlib/encode/legacy_protobuf/legacy_proto_decoder.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'library/cpp/monlib/encode/legacy_protobuf/legacy_proto_decoder.cpp')

diff --git a/library/cpp/monlib/encode/legacy_protobuf/legacy_proto_decoder.cpp b/library/cpp/monlib/encode/legacy_protobuf/legacy_proto_decoder.cpp
index 5f7352e8a8..f87a2d7e8f 100644
--- a/library/cpp/monlib/encode/legacy_protobuf/legacy_proto_decoder.cpp
+++ b/library/cpp/monlib/encode/legacy_protobuf/legacy_proto_decoder.cpp
@@ -224,8 +224,8 @@ namespace NMonitoring {
 
                 if (metricMeta.HasCustomPath()) {
                     if (const auto& nodePath = metricMeta.GetCustomPath()) {
-                        child.AppendPath(nodePath); 
-                    } 
+                        child.AppendPath(nodePath);
+                    }
                 } else if (metricMeta.GetPath()) {
                     child.AppendPath(name);
                 }
-- 
cgit v1.2.3