From 565d88a9457d5bc167ff11fc4c566ded341ebaf4 Mon Sep 17 00:00:00 2001
From: bacek <bacek@yandex-team.ru>
Date: Thu, 10 Feb 2022 16:50:40 +0300
Subject: Restoring authorship annotation for <bacek@yandex-team.ru>. Commit 1
 of 2.

---
 library/cpp/containers/atomizer/atomizer.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'library/cpp/containers/atomizer/atomizer.h')

diff --git a/library/cpp/containers/atomizer/atomizer.h b/library/cpp/containers/atomizer/atomizer.h
index 5e40f47ab9..5ddcebff38 100644
--- a/library/cpp/containers/atomizer/atomizer.h
+++ b/library/cpp/containers/atomizer/atomizer.h
@@ -100,7 +100,7 @@ public:
         }
         order.resize(km);
         memset(&order[0], 0, order.size()); // if some atoms are absent
-        for (const_iterator I = this->begin(); I != end(); ++I)
+        for (const_iterator I = this->begin(); I != end(); ++I) 
             order[(*I).second - 1] = (*I).first;
     }
 };
-- 
cgit v1.2.3