summaryrefslogtreecommitdiffstats
path: root/util/generic/vector_ut.cpp
diff options
context:
space:
mode:
authortobo <[email protected]>2022-02-10 16:47:27 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:47:27 +0300
commit55a7f90e4cd31e9481cace8ee5dfd682c27e810e (patch)
tree9814fbd1c3effac9b8377c5d604b367b14e2db55 /util/generic/vector_ut.cpp
parent7fe839092527589b38f014d854c51565b3c1adfa (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/generic/vector_ut.cpp')
-rw-r--r--util/generic/vector_ut.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/generic/vector_ut.cpp b/util/generic/vector_ut.cpp
index ce5e00cd832..0f6b4037a00 100644
--- a/util/generic/vector_ut.cpp
+++ b/util/generic/vector_ut.cpp
@@ -505,7 +505,7 @@ private:
template <class TOther>
struct rebind {
- using other = TDebugAlloc<TOther>;
+ using other = TDebugAlloc<TOther>;
};
};