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

---
 library/cpp/monlib/service/format.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'library/cpp/monlib/service/format.h')

diff --git a/library/cpp/monlib/service/format.h b/library/cpp/monlib/service/format.h
index 990b953945..0044b586b1 100644
--- a/library/cpp/monlib/service/format.h
+++ b/library/cpp/monlib/service/format.h
@@ -48,7 +48,7 @@ namespace NMonitoring {
         auto&& formatStr = req.GetParams()
             .Get(TStringBuf("format"));
 
-        if (!formatStr.empty()) { 
+        if (!formatStr.empty()) {
             if (formatStr == TStringBuf("SPACK")) {
                 return EFormat::SPACK;
             } else if (formatStr == TStringBuf("TEXT")) {
-- 
cgit v1.2.3