aboutsummaryrefslogtreecommitdiffstats
path: root/util/random
diff options
context:
space:
mode:
authorstakanviski <stakanviski@yandex-team.ru>2022-02-10 16:50:01 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:01 +0300
commitda8356a5535e6177965cba3bbae73c5fb28f6ccc (patch)
tree61a6bb4fa5e2c51ac92f621f5a9eba5658d8aba0 /util/random
parentc345445ed6cb1fc34136ef6f02ce07f5aff9e504 (diff)
downloadydb-da8356a5535e6177965cba3bbae73c5fb28f6ccc.tar.gz
Restoring authorship annotation for <stakanviski@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/random')
-rw-r--r--util/random/random.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/random/random.cpp b/util/random/random.cpp
index 71f9323856..3af891aab7 100644
--- a/util/random/random.cpp
+++ b/util/random/random.cpp
@@ -49,7 +49,7 @@ namespace {
template <class T>
static inline TRndGen<T>* GetRndGen() {
- return FastTlsSingletonWithPriority<TRndGen<T>, 2>();
+ return FastTlsSingletonWithPriority<TRndGen<T>, 2>();
}
template <unsigned N>