From bd5ef432f5cfb1e18851381329d94665a4c22470 Mon Sep 17 00:00:00 2001 From: agorodilov Date: Thu, 10 Feb 2022 16:47:09 +0300 Subject: Restoring authorship annotation for . Commit 2 of 2. --- library/cpp/diff/diff.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/cpp/diff/diff.h') diff --git a/library/cpp/diff/diff.h b/library/cpp/diff/diff.h index f0f42fcf9cf..94fb00cd0b3 100644 --- a/library/cpp/diff/diff.h +++ b/library/cpp/diff/diff.h @@ -16,7 +16,7 @@ namespace NDiff { TConstArrayRef Right; TConstArrayRef Common; - TChunk() = default; + TChunk() = default; TChunk(const TConstArrayRef& left, const TConstArrayRef& right, const TConstArrayRef& common) : Left(left) -- cgit v1.3