From bf9e69a933f89af083d895185f01ed65e4d90766 Mon Sep 17 00:00:00 2001 From: Alexander Fokin Date: Thu, 10 Feb 2022 16:45:38 +0300 Subject: Restoring authorship annotation for Alexander Fokin . Commit 2 of 2. --- library/cpp/execprofile/profile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/cpp/execprofile') diff --git a/library/cpp/execprofile/profile.cpp b/library/cpp/execprofile/profile.cpp index babccabfeff..d05de20203f 100644 --- a/library/cpp/execprofile/profile.cpp +++ b/library/cpp/execprofile/profile.cpp @@ -89,7 +89,7 @@ public: stats.SearchSkipCount = SearchSkipCount; AtomicUnlock(&WriteFlag); - Sort(hits.begin(), hits.end(), TCompareFirst()); + Sort(hits.begin(), hits.end(), TCompareFirst()); sampleVector.swap(hits); } -- cgit v1.3