diff options
| author | pavook <[email protected]> | 2024-08-22 16:26:27 +0300 |
|---|---|---|
| committer | pavook <[email protected]> | 2024-08-22 16:39:20 +0300 |
| commit | 8520e043f2e12acdfd39d971ebeeacbe9e5ac3ca (patch) | |
| tree | 55e2c5a3efebd951a92445ed5c7327c86479f655 /yt/cpp/mapreduce/interface/ut/operation_ut.cpp | |
| parent | f9fbb65f64b68c5de5cf257c04e06ac6aeaeb1e8 (diff) | |
GLOBAL OTBIVKA FIX ୧༼ಠ益ಠ༽୨
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
Diffstat (limited to 'yt/cpp/mapreduce/interface/ut/operation_ut.cpp')
| -rw-r--r-- | yt/cpp/mapreduce/interface/ut/operation_ut.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/yt/cpp/mapreduce/interface/ut/operation_ut.cpp b/yt/cpp/mapreduce/interface/ut/operation_ut.cpp index 81d03d06186..b28a33142a1 100644 --- a/yt/cpp/mapreduce/interface/ut/operation_ut.cpp +++ b/yt/cpp/mapreduce/interface/ut/operation_ut.cpp @@ -14,7 +14,7 @@ using namespace NYT; using namespace NYT::NUnitTesting; -//////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// class TDummyInferenceContext : public IOperationPreparationContext @@ -62,7 +62,7 @@ private: TVector<TTableSchema> InputSchemas_; }; -//////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// TEST(TPrepareOperationTest, BasicSchemas) { @@ -269,4 +269,4 @@ TEST(TPrepareOperationTest, Bug_r7349102) builder.Finish(); } -//////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// |
