From 344ea37b4a345701ab0e67de2266a1c1bd7baf2d Mon Sep 17 00:00:00 2001 From: Vlad Yaroslavlev Date: Thu, 10 Feb 2022 16:46:25 +0300 Subject: Restoring authorship annotation for Vlad Yaroslavlev . Commit 2 of 2. --- library/cpp/diff/diff_ut.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'library/cpp/diff/diff_ut.cpp') diff --git a/library/cpp/diff/diff_ut.cpp b/library/cpp/diff/diff_ut.cpp index d409faf4e3e..b82a7b000ee 100644 --- a/library/cpp/diff/diff_ut.cpp +++ b/library/cpp/diff/diff_ut.cpp @@ -6,7 +6,7 @@ using namespace NDiff; struct TDiffTester { TStringStream Res; - TVector> Chunks; + TVector> Chunks; TStringBuf Special(const TStringBuf& str) const { return str; @@ -24,14 +24,14 @@ struct TDiffTester { return TStringBuf(str.begin(), str.end()); } - void Test(const TStringBuf& a, const TStringBuf& b, const TString& delims = " \t\n") { + void Test(const TStringBuf& a, const TStringBuf& b, const TString& delims = " \t\n") { Chunks.clear(); InlineDiff(Chunks, a, b, delims); Res.clear(); PrintChunks(Res, *this, Chunks); } - const TString& Result() const { + const TString& Result() const { return Res.Str(); } }; -- cgit v1.3