From 8520e043f2e12acdfd39d971ebeeacbe9e5ac3ca Mon Sep 17 00:00:00 2001
From: pavook <pavook@yandex-team.com>
Date: Thu, 22 Aug 2024 16:26:27 +0300
Subject: =?UTF-8?q?GLOBAL=20OTBIVKA=20FIX=20=E0=AD=A7=E0=BC=BC=E0=B2=A0?=
 =?UTF-8?q?=E7=9B=8A=E0=B2=A0=E0=BC=BD=E0=AD=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Make all "otbivka" exactly 80 symbols.

Command:
```bash
sed -i 's#^//////////////\+$#////////////////////////////////////////////////////////////////////////////////#g' $(find yt \( -name '*.cpp' -or -name '*.h' -or -name '*.proto' \) -not -path 'yt/yt/experiments/private/tabletvis/imgui/*')
```
30a0ba9f42ba1909d3cee11fe12bba14c7c8b039
---
 yt/cpp/mapreduce/interface/errors.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'yt/cpp/mapreduce/interface/errors.cpp')

diff --git a/yt/cpp/mapreduce/interface/errors.cpp b/yt/cpp/mapreduce/interface/errors.cpp
index 49a7c7cfc1..ef3d2db4a3 100644
--- a/yt/cpp/mapreduce/interface/errors.cpp
+++ b/yt/cpp/mapreduce/interface/errors.cpp
@@ -16,7 +16,7 @@ namespace NYT {
 
 using namespace NJson;
 
-////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
 
 static void WriteErrorDescription(const TYtError& error, IOutputStream* out)
 {
@@ -107,7 +107,7 @@ static TString DumpJobInfoForException(const TOperationId& operationId, const TV
     return output;
 }
 
-////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
 
 TYtError::TYtError()
     : Code_(0)
@@ -396,7 +396,7 @@ void TErrorResponse::Setup()
     *this << Error_.FullDescription();
 }
 
-////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
 
 TOperationFailedError::TOperationFailedError(
     EState state,
-- 
cgit v1.2.3